@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&display=swap";.privacy-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-page);color:var(--text-primary);transition:var(--transition-theme)}.privacy-page__content{flex:1;padding:var(--space-8) var(--space-4)}.privacy-page__container{max-width:780px;margin:0 auto}.privacy-page__loading{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);padding:var(--space-16) 0;color:var(--text-secondary)}.privacy-page__spinner{width:32px;height:32px;border:3px solid var(--border-color);border-top-color:var(--primary);border-radius:50%;animation:privacy-spin .8s linear infinite}@keyframes privacy-spin{to{transform:rotate(360deg)}}.privacy-page__error{text-align:center;padding:var(--space-16) 0;color:var(--error)}.privacy-page__error button{margin-top:var(--space-3);padding:var(--space-2) var(--space-4);background:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-md);cursor:pointer;font-size:var(--font-size-sm)}.privacy-page__error button:hover{background:var(--primary-hover)}.privacy-page__header{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-6);padding-bottom:var(--space-4);border-bottom:2px solid var(--primary)}.privacy-page__header svg{color:var(--primary);flex-shrink:0}.privacy-page__header h1{font-size:var(--font-size-2xl);font-weight:700;color:var(--text-primary);margin:0}.privacy-page__updated{font-size:var(--font-size-sm);color:var(--text-secondary);margin:var(--space-1) 0 0}.privacy-page__body{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:var(--space-8) var(--space-6);margin-bottom:var(--space-6)}.dark .privacy-page__body{background:var(--bg-card)}.privacy-page__title{font-size:var(--font-size-xl);font-weight:700;color:var(--text-primary);margin:0 0 var(--space-4);text-align:center}.privacy-page__section{font-size:var(--font-size-lg);font-weight:600;color:var(--primary);margin:var(--space-6) 0 var(--space-3);padding-top:var(--space-4);border-top:1px solid var(--border-color)}.privacy-page__section:first-of-type{border-top:none;padding-top:0}.privacy-page__item{font-size:var(--font-size-sm);line-height:1.7;color:var(--text-secondary);margin:var(--space-1) 0;padding-left:var(--space-4)}.privacy-page__paragraph{font-size:var(--font-size-sm);line-height:1.7;color:var(--text-primary);margin:var(--space-2) 0}.privacy-page__dpo-card{background:var(--bg-card);border:2px solid var(--primary);border-radius:var(--radius-lg);padding:var(--space-6);margin-bottom:var(--space-4)}.dark .privacy-page__dpo-card{background:var(--bg-card)}.privacy-page__dpo-header{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-3)}.privacy-page__dpo-header svg{color:var(--primary)}.privacy-page__dpo-header h4{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin:0}.privacy-page__dpo-name{font-size:var(--font-size-lg);font-weight:600;color:var(--text-primary);margin:0 0 var(--space-3)}.privacy-page__dpo-contacts{display:flex;flex-direction:column;gap:var(--space-2)}.privacy-page__dpo-contacts a{display:flex;align-items:center;gap:var(--space-2);color:var(--primary);text-decoration:none;font-size:var(--font-size-sm);transition:color .15s ease}.privacy-page__dpo-contacts a:hover{color:var(--primary-hover)}.privacy-page__dpo-contacts a svg{flex-shrink:0}.privacy-page__anpd{text-align:center;padding:var(--space-4);margin-bottom:var(--space-6);font-size:var(--font-size-sm);color:var(--text-secondary)}.privacy-page__anpd a{color:var(--primary);text-decoration:none;font-weight:500}.privacy-page__anpd a:hover{text-decoration:underline}.privacy-page__back{text-align:center;padding:var(--space-4) 0}.privacy-page__back a{color:var(--primary);text-decoration:none;font-size:var(--font-size-sm);font-weight:500}.privacy-page__back a:hover{text-decoration:underline}@media (max-width: 640px){.privacy-page__content{padding:var(--space-4) var(--space-3)}.privacy-page__body{padding:var(--space-5) var(--space-4)}.privacy-page__header h1{font-size:var(--font-size-xl)}}.clean-chat-container{display:flex;flex-direction:column;height:100vh;background:var(--background);font-family:var(--font-family-sans)}.clean-header{background:var(--background);border-bottom:1px solid var(--border);padding:var(--space-4) var(--space-6)}.clean-header .clean-header-content{display:flex;justify-content:space-between;align-items:center;max-width:800px;margin:0 auto}.clean-header .clean-title{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0;letter-spacing:-.02em}.clean-header .clean-logout{background:none;border:1px solid var(--border);color:var(--text-secondary);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.clean-header .clean-logout:hover{border-color:var(--text-primary);color:var(--text-primary)}.clean-messages{flex:1;overflow-y:auto;padding:var(--space-6);max-width:800px;margin:0 auto;width:100%}.clean-messages .clean-welcome{text-align:center;padding:var(--space-16) var(--space-4)}.clean-messages .clean-welcome h2{font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0 0 var(--space-2) 0}.clean-messages .clean-welcome p{font-size:var(--font-size-lg);color:var(--text-secondary);margin:0}.clean-messages .clean-message{margin-bottom:var(--space-6);display:flex;flex-direction:column}.clean-messages .clean-message--user{align-items:flex-end}.clean-messages .clean-message--user .clean-message-content{background:var(--text-primary);color:var(--text-inverse);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-sm) var(--radius-lg);max-width:var(--message-user-max-width)}.clean-messages .clean-message--user .clean-message-time{text-align:right}.clean-messages .clean-message--ai{align-items:flex-start}.clean-messages .clean-message--ai .clean-message-content{background:var(--surface);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) var(--radius-lg) var(--radius-sm);max-width:var(--message-ai-max-width)}.clean-messages .clean-message--ai .clean-message-time{text-align:left}.clean-messages .clean-message--error{align-items:center}.clean-messages .clean-message--error .clean-message-content{background:var(--error-background);color:var(--error-text);border:1px solid var(--error-border);border-radius:var(--radius-md);text-align:center;max-width:var(--message-error-max-width)}.clean-messages .clean-message .clean-message-content{padding:var(--space-4) var(--space-5);font-size:var(--font-size-base);line-height:var(--line-height-normal);word-wrap:break-word}.clean-messages .clean-message .clean-message-content .clean-typing{display:flex;gap:var(--space-1)}.clean-messages .clean-message .clean-message-content .clean-typing span{width:var(--animation-dot-size);height:var(--animation-dot-size);border-radius:var(--radius-full);background:var(--text-tertiary);animation:typing 1.4s infinite ease-in-out}.clean-messages .clean-message .clean-message-content .clean-typing span:nth-child(1){animation-delay:var(--animation-typing-delay-1)}.clean-messages .clean-message .clean-message-content .clean-typing span:nth-child(2){animation-delay:var(--animation-typing-delay-2)}.clean-messages .clean-message .clean-message-content .clean-typing span:nth-child(3){animation-delay:var(--animation-typing-delay-3)}.clean-messages .clean-message .clean-message-time{font-size:var(--font-size-xs);color:var(--text-tertiary);margin-top:var(--space-1)}.clean-input{background:var(--background);border-top:1px solid var(--border);padding:var(--space-4) var(--space-6)}.clean-input .clean-form{display:flex;gap:var(--space-3);max-width:800px;margin:0 auto}.clean-input .clean-form .clean-input-field{flex:1;padding:var(--space-4) var(--space-5);border:1px solid var(--border);border-radius:var(--radius-lg);font-size:var(--font-size-base);font-family:var(--font-family-sans);background:var(--background);color:var(--text-primary);transition:border-color var(--transition-fast)}.clean-input .clean-form .clean-input-field:focus{outline:none;border-color:var(--text-primary)}.clean-input .clean-form .clean-input-field::placeholder{color:var(--text-tertiary)}.clean-input .clean-form .clean-input-field:disabled{background:var(--surface-secondary);color:var(--text-tertiary);cursor:not-allowed}.clean-input .clean-form .clean-send-button{padding:var(--space-4) var(--space-5);background:var(--text-primary);color:var(--text-inverse);border:none;border-radius:var(--radius-lg);font-size:var(--font-size-lg);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast);min-width:48px}.clean-input .clean-form .clean-send-button:hover:not(:disabled){background:var(--primary-light)}.clean-input .clean-form .clean-send-button:disabled{opacity:.5;cursor:not-allowed}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(calc(var(--animation-typing-distance) * -1))}}@media (max-width: 768px){.clean-header{padding:var(--space-3) var(--space-4)}.clean-header .clean-title{font-size:var(--font-size-lg)}.clean-header .clean-logout{padding:var(--space-2) var(--space-3);font-size:var(--font-size-xs)}.clean-messages{padding:var(--space-4)}.clean-messages .clean-welcome{padding:var(--space-12) var(--space-3)}.clean-messages .clean-welcome h2{font-size:var(--font-size-xl)}.clean-messages .clean-welcome p{font-size:var(--font-size-base)}.clean-messages .clean-message .clean-message-content{max-width:var(--message-mobile-max-width);padding:var(--space-3) var(--space-4)}.clean-input,.clean-input .clean-form .clean-input-field{padding:var(--space-3) var(--space-4)}.clean-input .clean-form .clean-send-button{padding:var(--space-3) var(--space-4);min-width:44px}}.agenda-toolbar{display:flex;align-items:center;gap:16px;padding:var(--space-3) var(--space-5);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap;transition:var(--transition-theme)}.agenda-toolbar__nav{display:flex;align-items:center;gap:8px}.agenda-toolbar__btn{padding:6px var(--space-3);border:1px solid var(--border-dark);background:var(--bg-card-hover);border-radius:var(--radius-md);cursor:pointer;font-size:var(--font-size-xs);color:var(--text-secondary);transition:all .15s}.agenda-toolbar__btn:hover{background:var(--border)}.agenda-toolbar__btn--today{font-weight:600;color:var(--primary);border-color:var(--primary)}.agenda-toolbar__btn--today:hover{background:var(--primary);color:var(--text-on-primary)}.agenda-toolbar__date{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary);text-transform:capitalize;margin-left:var(--space-2)}.agenda-toolbar__filters{display:flex;gap:6px;margin-left:auto}.agenda-toolbar__filter{display:flex;align-items:center;gap:6px;padding:4px var(--space-3);border:1px solid var(--border);border-radius:var(--radius-3xl);background:var(--bg-card-hover);cursor:pointer;font-size:var(--font-size-xs);color:var(--text-tertiary);transition:all .15s}.agenda-toolbar__filter.active{background:var(--bg-card);border-color:var(--filter-color, var(--text-tertiary));color:var(--text-primary);font-weight:500}.agenda-toolbar__filter.active .agenda-toolbar__filter-dot{background:var(--filter-color, var(--text-tertiary))}.agenda-toolbar__filter:not(.active){opacity:.6}.agenda-toolbar__filter:not(.active) .agenda-toolbar__filter-dot{background:var(--border-dark)}.agenda-toolbar__filter-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.agenda-toolbar__views{display:flex;border:1px solid var(--border-dark);border-radius:var(--radius-md);overflow:hidden}.agenda-toolbar__view-btn{padding:var(--space-1-5) var(--space-3-5);border:none;background:var(--bg-card-hover);cursor:pointer;font-size:var(--font-size-xs);font-weight:500;color:var(--text-tertiary);transition:all .15s;border-right:1px solid var(--border-dark)}.agenda-toolbar__view-btn:last-child{border-right:none}.agenda-toolbar__view-btn:hover{background:var(--border)}.agenda-toolbar__view-btn.active{background:var(--primary);color:var(--text-on-primary)}@media (max-width: 768px){.agenda-toolbar{flex-direction:column;align-items:stretch}.agenda-toolbar__filters{margin-left:0;justify-content:center}.agenda-toolbar__views{align-self:center}}.agenda-day-view{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition-theme)}.agenda-day-view__row{display:flex;min-height:52px;border-bottom:1px solid var(--border-light);transition:background-color .1s}.agenda-day-view__row:last-child{border-bottom:none}.agenda-day-view__row.has-events{background:var(--bg-card-hover);min-height:auto}.agenda-day-view__row:hover{background:var(--bg-card-hover)}.agenda-day-view__time{width:72px;flex-shrink:0;padding:var(--space-3) var(--space-3) var(--space-3) var(--space-4);border-right:2px solid var(--border);display:flex;align-items:flex-start;justify-content:flex-end;background:var(--bg-surface, var(--bg-card))}.agenda-day-view__time span{font-size:var(--font-size-xs);font-weight:700;color:var(--text-secondary);letter-spacing:.02em}.agenda-day-view__row--current-hour .agenda-day-view__time span{color:var(--primary)}.agenda-day-view__row--current-hour{border-left:2px solid var(--primary)}.agenda-day-view__slot{flex:1;padding:6px var(--space-3);min-height:48px}.agenda-day-view__empty-slot{height:100%;min-height:36px;cursor:pointer;border-radius:var(--radius-sm);transition:background var(--transition-fast)}.agenda-day-view__empty-slot:hover{background:var(--primary-bg-subtle)}.agenda-day-view__events{display:flex;flex-direction:column;gap:6px}.agenda-day-view__no-events{padding:var(--space-12) var(--space-6);text-align:center;color:var(--text-tertiary)}.agenda-day-view__no-events p{margin:0 0 var(--space-1);font-size:var(--font-size-sm);font-weight:500}.agenda-day-view__no-events small{font-size:var(--font-size-xs);color:var(--text-tertiary)}@media (max-width: 768px){.agenda-day-view__time{width:50px;padding:var(--space-2) var(--space-2) var(--space-2) var(--space-3)}.agenda-day-view__time span{font-size:var(--font-size-2xs);font-weight:700}.agenda-day-view__slot{padding:4px var(--space-2)}.agenda-day-view__row{min-height:44px}}.agenda-week-view{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-card);display:flex;flex-direction:column}.agenda-week-view__header{display:flex;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:2;background:var(--bg-card)}.agenda-week-view__header-gutter{width:56px;flex-shrink:0;border-right:1px solid var(--border-light)}.agenda-week-view__header-cell{flex:1;display:flex;flex-direction:column;align-items:center;padding:var(--space-2) 0;border-right:1px solid var(--border-light);gap:2px}.agenda-week-view__header-cell:last-child{border-right:none}.agenda-week-view__header-cell--today{background:color-mix(in srgb,var(--primary) 6%,transparent)}.agenda-week-view__header-cell--weekend{opacity:.6}.agenda-week-view__day-name{font-size:var(--font-size-xs);font-weight:500;color:var(--text-secondary);text-transform:capitalize}.agenda-week-view__day-number{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%}.agenda-week-view__day-number.today{background:var(--primary);color:var(--text-on-primary)}.agenda-week-view__body{display:flex;overflow-y:auto;max-height:720px;position:relative}.agenda-week-view__time-gutter{width:56px;flex-shrink:0;border-right:1px solid var(--border-light);background:var(--bg-card);z-index:1}.agenda-week-view__time-slot{display:flex;align-items:flex-start;justify-content:flex-end;padding-right:var(--space-2);box-sizing:border-box}.agenda-week-view__time-label{font-size:var(--font-size-2xs, 10px);color:var(--text-tertiary);transform:translateY(-6px);font-variant-numeric:tabular-nums}.agenda-week-view__columns{display:flex;flex:1}.agenda-week-view__column{flex:1;position:relative;border-right:1px solid var(--border-light);cursor:pointer}.agenda-week-view__column:last-child{border-right:none}.agenda-week-view__column--today{background:color-mix(in srgb,var(--primary) 3%,transparent)}.agenda-week-view__grid-line{position:absolute;left:0;right:0;height:0;border-top:1px solid var(--border-light);pointer-events:none}.agenda-week-view__now-line{position:absolute;left:-4px;right:0;height:2px;background:var(--error);z-index:3}.agenda-week-view__now-line:before{content:"";position:absolute;left:0;top:-3px;width:8px;height:8px;border-radius:50%;background:var(--error)}.agenda-week-view__event{position:absolute;left:2px;right:2px;border-radius:var(--radius-sm);background:color-mix(in srgb,var(--event-color, var(--primary)) 15%,var(--bg-card));border-left:3px solid var(--event-color, var(--primary));padding:2px 4px;cursor:pointer;overflow:hidden;z-index:2;transition:box-shadow var(--transition-fast)}.dark .agenda-week-view__event{background:color-mix(in srgb,var(--event-color, var(--primary)) 25%,var(--bg-card));border-left-width:4px}.agenda-week-view__event:hover{box-shadow:var(--shadow-md);z-index:4}.agenda-week-view__event-time{font-size:var(--font-size-2xs, 10px);font-weight:600;color:var(--event-color, var(--primary));display:block;line-height:1.2}.dark .agenda-week-view__event-time{filter:brightness(1.3)}.agenda-week-view__event-title{font-size:var(--font-size-xs);color:var(--text-primary);display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3}@media (max-width: 1024px){.agenda-week-view__body{max-height:600px}.agenda-week-view__header-gutter,.agenda-week-view__time-gutter{width:44px}}@media (max-width: 768px){.agenda-week-view__header{overflow-x:auto}.agenda-week-view__body{max-height:500px;overflow-x:auto}.agenda-week-view__columns{min-width:560px}.agenda-week-view__header-gutter,.agenda-week-view__time-gutter{width:40px}.agenda-week-view__time-label{font-size:9px}}.agenda-list-view{display:flex;flex-direction:column;gap:var(--space-4)}.agenda-list-view--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-10);color:var(--text-tertiary)}.agenda-list-view--empty p{margin:0 0 var(--space-1);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-secondary)}.agenda-list-view--empty small{font-size:var(--font-size-xs);color:var(--text-tertiary)}.agenda-list-view__group{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.agenda-list-view__day-header{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--text-secondary);text-transform:capitalize;padding:var(--space-2) var(--space-4);background:var(--bg-card-hover);border-bottom:1px solid var(--border-light)}.agenda-list-view__rows{display:flex;flex-direction:column}.agenda-list-view__row{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4);border-bottom:1px solid var(--border-light);border-left:3px solid transparent;cursor:pointer;transition:background var(--transition-fast);min-height:36px}.agenda-list-view__row:last-child{border-bottom:none}.agenda-list-view__row:hover{background:var(--neutral-bg-light)}.agenda-list-view__row:hover .agenda-list-view__actions{opacity:1;pointer-events:auto}.agenda-list-view__row--blockage{opacity:.6;background:var(--neutral-bg-light)}.agenda-list-view__row--deleting{opacity:.4;pointer-events:none}.agenda-list-view__row--apt-consulta{border-left-color:var(--event-consulta, #2B7A6F)}.agenda-list-view__row--apt-primeira-consulta{border-left-color:var(--event-primeira-consulta, #14B8A6)}.agenda-list-view__row--apt-retorno{border-left-color:var(--event-retorno, #5FBFB2)}.agenda-list-view__row--apt-procedimento{border-left-color:var(--event-procedimento, #F59E0B)}.agenda-list-view__row--apt-imunoterapia{border-left-color:var(--event-imunoterapia, #9C27B0)}.agenda-list-view__row--apt-teleconsulta{border-left-color:var(--event-teleconsulta, #10B981)}.agenda-list-view__row--apt-exame{border-left-color:var(--event-exame, #FF9800)}.agenda-list-view__row--apt-encaixe{border-left-color:var(--event-encaixe, #EC4899)}.agenda-list-view__row--apt-avaliacao{border-left-color:var(--event-avaliacao, #8B5CF6)}.agenda-list-view__row--apt-bloqueio{border-left-color:var(--text-tertiary)}.agenda-list-view__time{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--text-primary);min-width:100px;flex-shrink:0;font-variant-numeric:tabular-nums}.agenda-list-view__patient{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--text-primary);flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agenda-list-view__type{font-size:var(--font-size-2xs);color:var(--text-secondary);min-width:90px;flex-shrink:0}.agenda-list-view__status{font-size:var(--font-size-2xs);font-weight:var(--font-weight-semibold);padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-full);min-width:80px;text-align:center;flex-shrink:0}.agenda-list-view__status--scheduled{background:var(--neutral-bg-medium);color:var(--text-secondary)}.agenda-list-view__status--confirmed{background:var(--success-bg);color:var(--success)}.agenda-list-view__status--waiting{background:var(--warning-bg);color:var(--warning)}.agenda-list-view__status--in-progress{background:var(--primary-bg-medium);color:var(--primary)}.agenda-list-view__status--completed{background:var(--success-bg);color:var(--success-dark)}.agenda-list-view__status--no-show{background:var(--error-bg);color:var(--error)}.agenda-list-view__status--cancelled{background:var(--neutral-bg-medium);color:var(--text-tertiary);text-decoration:line-through}.agenda-list-view__insurance{font-size:var(--font-size-2xs);color:var(--text-tertiary);min-width:80px;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agenda-list-view__actions{display:flex;align-items:center;gap:var(--space-1);opacity:0;pointer-events:none;transition:opacity var(--transition-fast);flex-shrink:0}.agenda-list-view__action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);padding:0}.agenda-list-view__action-btn:hover{background:var(--primary);border-color:var(--primary);color:var(--text-on-primary)}.agenda-list-view__action-btn--delete:hover{background:var(--error);border-color:var(--error);color:#fff}.agenda-list-view__action-btn:disabled{opacity:.4;cursor:not-allowed}.agenda-list-view__action-btn svg{width:14px;height:14px}@media (max-width: 768px){.agenda-list-view__row{flex-wrap:wrap;gap:var(--space-1) var(--space-2);padding:var(--space-2) var(--space-3)}.agenda-list-view__time{min-width:80px}.agenda-list-view__insurance{display:none}.agenda-list-view__type{min-width:unset}.agenda-list-view__actions{opacity:1;pointer-events:auto}}.agenda-legend{display:inline-flex;flex-direction:column;align-items:flex-start;position:relative}.agenda-legend__toggle{display:inline-flex;align-items:center;gap:6px;padding:var(--space-1) var(--space-2-5);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:500;transition:all .15s;white-space:nowrap}.agenda-legend__toggle:hover{background:var(--bg-card-hover);color:var(--text-primary);border-color:var(--border-dark)}.agenda-legend__toggle-label{font-size:var(--font-size-xs)}.agenda-legend__toggle-icon{display:flex;align-items:center;color:var(--text-tertiary)}.agenda-legend__content{position:absolute;top:calc(100% + 6px);right:0;z-index:50;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-3) var(--space-4);box-shadow:var(--shadow-md);display:flex;gap:var(--space-6);min-width:340px}@media (max-width: 640px){.agenda-legend__content{flex-direction:column;gap:var(--space-4);min-width:220px}}.agenda-legend__group{display:flex;flex-direction:column;gap:6px}.agenda-legend__group-title{font-size:var(--font-size-2xs);font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 var(--space-1) 0}.agenda-legend__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:5px}.agenda-legend__item{display:flex;align-items:center;gap:7px}.agenda-legend__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.agenda-legend__label{font-size:var(--font-size-xs);color:var(--text-secondary);white-space:nowrap}.agenda-page{max-width:1440px;margin:0 auto;width:100%;padding:var(--space-6) var(--space-8);font-family:var(--font-family-sans);color:var(--text-primary)}@media (max-width: 1024px){.agenda-page{padding:var(--space-5) var(--space-6)}}@media (max-width: 768px){.agenda-page{padding:var(--space-4)}}.agenda-page__title{margin:0 0 var(--space-1) 0;font-size:var(--font-size-3xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);letter-spacing:-.02em}.agenda-page__content{margin-top:var(--space-4)}.agenda-page__content-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:var(--space-3)}.agenda-page__loading{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-12) var(--space-6);text-align:center;color:var(--text-tertiary);transition:background-color var(--transition-fast),border-color var(--transition-fast)}.agenda-page__loading p{margin:0;font-size:var(--font-size-sm)}.patients-admin-page{flex:1;max-width:1440px;margin:0 auto;width:100%;padding:0 var(--space-6) var(--space-6)}@media (max-width: 1024px){.patients-admin-page{padding:0 var(--space-5) var(--space-5)}}@media (max-width: 768px){.patients-admin-page{padding:0 var(--space-4) var(--space-4)}}.patients-admin-page .patients-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-5)}.patients-admin-page .patients-header .header-left h1{margin:0 0 var(--space-1) 0;font-size:28px;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;line-height:1.2}.patients-admin-page .patients-header .header-left .header-subtitle{font-size:var(--font-size-sm);color:var(--text-secondary);font-weight:400}.patients-admin-page .patients-header .btn-new-patient{display:inline-flex;align-items:center;gap:8px;padding:var(--space-2-5) var(--space-6);background:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:600;cursor:pointer;transition:all .2s ease}.patients-admin-page .patients-header .btn-new-patient svg{width:18px;height:18px}.patients-admin-page .patients-header .btn-new-patient:hover{background:var(--primary-dark)}.patients-admin-page .error-message{background:var(--error-bg);border:1px solid var(--toast-error-border);border-left:4px solid var(--error);border-radius:var(--radius-lg);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-6);color:var(--error-dark);font-size:var(--font-size-sm);display:flex;align-items:center;gap:8px}.patients-admin-page .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:28px}.patients-admin-page .stats-grid .stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-2xl);padding:var(--space-5) var(--space-6);display:flex;align-items:center;gap:16px;transition:all .2s ease;position:relative}.patients-admin-page .stats-grid .stat-card:hover{border-color:var(--border-dark);box-shadow:var(--shadow-card-hover)}.patients-admin-page .stats-grid .stat-card .stat-icon-wrap{width:48px;height:48px;border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;flex-shrink:0}.patients-admin-page .stats-grid .stat-card .stat-icon-wrap svg{width:22px;height:22px}.patients-admin-page .stats-grid .stat-card .stat-info{flex:1;min-width:0}.patients-admin-page .stats-grid .stat-card .stat-info .stat-value{font-size:26px;font-weight:700;color:var(--text-primary);line-height:1.1;letter-spacing:-.02em}.patients-admin-page .stats-grid .stat-card .stat-info .stat-label{font-size:var(--font-size-xs);color:var(--text-secondary);font-weight:500;margin-top:var(--space-0-5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.patients-admin-page .stats-grid .stat-card .stat-trend{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-md);flex-shrink:0;align-self:flex-start;margin-top:var(--space-0-5)}.patients-admin-page .stats-grid .stat-card .stat-trend svg{width:14px;height:14px}.patients-admin-page .stats-grid .stat-card .stat-trend.stat-trend--up{background:var(--success-bg);color:var(--success)}.patients-admin-page .stats-grid .stat-card .stat-trend.stat-trend--neutral{background:var(--info-bg);color:var(--info)}.patients-admin-page .stats-grid .stat-card.stat-total{border-left:4px solid var(--primary)}.patients-admin-page .stats-grid .stat-card.stat-total .stat-icon-wrap{background:var(--primary-bg-medium);color:var(--primary)}.patients-admin-page .stats-grid .stat-card.stat-active{border-left:4px solid var(--success)}.patients-admin-page .stats-grid .stat-card.stat-active .stat-icon-wrap{background:var(--success-bg);color:var(--success)}.patients-admin-page .stats-grid .stat-card.stat-insurance{border-left:4px solid var(--secondary)}.patients-admin-page .stats-grid .stat-card.stat-insurance .stat-icon-wrap{background:var(--warning-bg);color:var(--secondary-dark)}.patients-admin-page .stats-grid .stat-card.stat-recent{border-left:4px solid var(--info)}.patients-admin-page .stats-grid .stat-card.stat-recent .stat-icon-wrap{background:var(--info-bg);color:var(--info)}.patients-admin-page .filters-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-2xl);margin-bottom:var(--space-6);overflow:hidden}.patients-admin-page .filters-section .filters-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) var(--space-5);background:var(--bg-header);border-bottom:1px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s ease}.patients-admin-page .filters-section .filters-header:hover{background:var(--bg-hover, var(--bg-header))}.patients-admin-page .filters-section .filters-header:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.patients-admin-page .filters-section .filters-header .filters-header-left{display:flex;align-items:center;gap:8px}.patients-admin-page .filters-section .filters-header .filters-header-right{display:flex;align-items:center;gap:var(--space-2)}.patients-admin-page .filters-section .filters-header .filters-toggle-chevron{display:inline-flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:transform .2s ease}.patients-admin-page .filters-section .filters-header .filters-toggle-chevron svg{width:16px;height:16px}.patients-admin-page .filters-section.is-collapsed .filters-header{border-bottom:none}.patients-admin-page .filters-section.is-expanded .filters-toggle-chevron{transform:rotate(180deg)}.patients-admin-page .filters-section .filters-header .filters-header-icon{display:flex;align-items:center;color:var(--primary)}.patients-admin-page .filters-section .filters-header .filters-header-icon svg{width:16px;height:16px}.patients-admin-page .filters-section .filters-header .filters-header-title{font-size:var(--font-size-2xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary)}.patients-admin-page .filters-section .filters-header .filters-active-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:var(--primary);color:var(--primary-foreground);font-size:var(--font-size-2xs);font-weight:700;border-radius:var(--radius-xl);line-height:1}.patients-admin-page .filters-section .filters-header .btn-clear-all{display:flex;align-items:center;gap:5px;padding:5px var(--space-3);background:transparent;border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.patients-admin-page .filters-section .filters-header .btn-clear-all svg{width:13px;height:13px}.patients-admin-page .filters-section .filters-header .btn-clear-all:hover{border-color:var(--error);color:var(--error);background:var(--error-bg)}.patients-admin-page .filters-section .filters-row-1{padding:var(--space-4) var(--space-5) 0}.patients-admin-page .filters-section .filters-row-1 .search-input-wrap{position:relative;display:flex;align-items:center}.patients-admin-page .filters-section .filters-row-1 .search-input-wrap .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-tertiary);width:18px;height:18px;pointer-events:none;display:flex;align-items:center}.patients-admin-page .filters-section .filters-row-1 .search-input-wrap .search-input{width:100%;padding:10px 40px;border:1px solid var(--border-input);border-radius:var(--radius-lg);font-size:var(--font-size-sm);background:var(--bg-input);color:var(--text-primary);transition:all .15s ease}.patients-admin-page .filters-section .filters-row-1 .search-input-wrap .search-input::placeholder{color:var(--text-placeholder)}.patients-admin-page .filters-section .filters-row-1 .search-input-wrap .search-input:focus{outline:none;border-color:var(--border-input-focus);box-shadow:var(--focus-ring)}.patients-admin-page .filters-section .filters-row-1 .search-input-wrap .search-clear-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:var(--muted);border-radius:50%;color:var(--text-tertiary);cursor:pointer;transition:all .15s ease}.patients-admin-page .filters-section .filters-row-1 .search-input-wrap .search-clear-btn svg{width:11px;height:11px}.patients-admin-page .filters-section .filters-row-1 .search-input-wrap .search-clear-btn:hover{background:var(--error-bg);color:var(--error)}.patients-admin-page .filters-section .filters-row-2{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:var(--space-4) var(--space-5)}@media (max-width: 1024px){.patients-admin-page .filters-section .filters-row-2{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.patients-admin-page .filters-section .filters-row-2{grid-template-columns:1fr}}.patients-admin-page .filters-section .filters-row-2 .filter-group{display:flex;flex-direction:column;gap:4px}.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-label{display:flex;align-items:center;gap:5px;font-size:var(--font-size-2xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-label .filter-label-icon{display:flex;align-items:center;color:var(--text-tertiary)}.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-label .filter-label-icon svg{width:13px;height:13px}.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-input-wrap{position:relative}.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-input-wrap input,.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-input-wrap select{width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--border-input);border-radius:var(--radius-md);font-size:var(--font-size-xs);background:var(--bg-input);color:var(--text-primary);transition:all .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-input-wrap input::placeholder,.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-input-wrap select::placeholder{color:var(--text-placeholder)}.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-input-wrap input:focus,.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-input-wrap select:focus{outline:none;border-color:var(--border-input-focus);box-shadow:var(--focus-ring)}.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-input-wrap input.has-value,.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-input-wrap select.has-value{border-color:var(--primary);background:var(--primary-bg-light);color:var(--primary);font-weight:500}.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-input-wrap input option,.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-input-wrap select option{background:var(--bg-card);color:var(--text-primary)}.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-input-wrap.filter-select-wrap select{padding-right:var(--space-8);cursor:pointer}.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-input-wrap.filter-select-wrap .select-chevron{position:absolute;right:9px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--text-tertiary);display:flex;align-items:center}.patients-admin-page .filters-section .filters-row-2 .filter-group .filter-input-wrap.filter-select-wrap .select-chevron svg{width:14px;height:14px}.patients-admin-page .filters-section .filters-tags{display:flex;flex-wrap:wrap;gap:8px;padding:0 var(--space-5) var(--space-4)}.patients-admin-page .filters-section .filters-tags .filter-tag{display:inline-flex;align-items:center;gap:5px;padding:4px 6px 4px 10px;background:var(--primary-bg-medium);border:1px solid var(--primary-border-medium);border-radius:var(--radius-3xl);font-size:var(--font-size-xs);color:var(--primary);font-weight:500;animation:tagIn .15s ease}.patients-admin-page .filters-section .filters-tags .filter-tag .filter-tag-icon{display:flex;align-items:center;opacity:.7}.patients-admin-page .filters-section .filters-tags .filter-tag .filter-tag-icon svg{width:11px;height:11px}.patients-admin-page .filters-section .filters-tags .filter-tag .filter-tag-text{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.patients-admin-page .filters-section .filters-tags .filter-tag .filter-tag-remove{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:var(--primary-bg-strong);border-radius:50%;color:var(--primary);cursor:pointer;transition:all .15s ease;padding:0;flex-shrink:0}.patients-admin-page .filters-section .filters-tags .filter-tag .filter-tag-remove svg{width:10px;height:10px}.patients-admin-page .filters-section .filters-tags .filter-tag .filter-tag-remove:hover{background:var(--error);color:var(--destructive-foreground)}@keyframes tagIn{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.patients-admin-page .table-container{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-2xl);overflow:hidden}.patients-admin-page .table-container .table-header-bar{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3-5) var(--space-5);background:var(--bg-header);border-bottom:1px solid var(--border)}.patients-admin-page .table-container .table-header-bar__left{display:flex;align-items:center;gap:8px}.patients-admin-page .table-container .table-header-bar__icon{display:flex;align-items:center;color:var(--primary)}.patients-admin-page .table-container .table-header-bar__icon svg{width:16px;height:16px}.patients-admin-page .table-container .table-header-bar__title{font-size:var(--font-size-xs);font-weight:600;color:var(--text-primary)}.patients-admin-page .table-container .table-header-bar__count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:22px;padding:0 var(--space-2);background:var(--primary-bg-medium);color:var(--primary);font-size:var(--font-size-2xs);font-weight:700;border-radius:var(--radius-xl)}.patients-admin-page .table-container .table-scroll-wrap{overflow-x:auto}.patients-admin-page .table-container table{width:100%;border-collapse:collapse}.patients-admin-page .table-container table thead{background:var(--table-header-bg);border-bottom:2px solid var(--table-header-border)}.patients-admin-page .table-container table thead th{padding:var(--space-3) var(--space-4);text-align:left;font-weight:600;color:var(--text-secondary);font-size:var(--font-size-2xs);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;-webkit-user-select:none;user-select:none}.patients-admin-page .table-container table thead th.th-center{text-align:center}.patients-admin-page .table-container table tbody tr{transition:background-color .15s ease;border-bottom:1px solid var(--table-cell-border)}.patients-admin-page .table-container table tbody tr:last-child{border-bottom:none}.patients-admin-page .table-container table tbody tr:hover{background:var(--table-row-hover)}.patients-admin-page .table-container table tbody tr:nth-child(2n){background:var(--table-row-even)}.patients-admin-page .table-container table tbody tr:nth-child(2n):hover{background:var(--table-row-hover)}.patients-admin-page .table-container table tbody tr.inactive{opacity:.5}.patients-admin-page .table-container table tbody tr.inactive .patient-name-text{text-decoration:line-through}.patients-admin-page .table-container table tbody tr td{padding:var(--space-3) var(--space-4);color:var(--text-primary);font-size:var(--font-size-xs);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle}.patients-admin-page .table-container table tbody tr td.patient-name-cell{display:flex;align-items:center;gap:12px;max-width:280px;padding-top:var(--space-2-5);padding-bottom:var(--space-2-5)}.patients-admin-page .table-container table tbody tr td.patient-name-cell .patient-avatar{width:36px;height:36px;border-radius:50%;color:var(--text-inverse);display:inline-flex;align-items:center;justify-content:center;font-size:var(--font-size-xs);font-weight:700;flex-shrink:0;letter-spacing:.02em;text-transform:uppercase}.patients-admin-page .table-container table tbody tr td.patient-name-cell .patient-name-info{display:flex;flex-direction:column;min-width:0}.patients-admin-page .table-container table tbody tr td.patient-name-cell .patient-name-info .patient-name-text{font-weight:600;color:var(--text-primary);cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .15s ease}.patients-admin-page .table-container table tbody tr td.patient-name-cell .patient-name-info .patient-name-text:hover{color:var(--primary);text-decoration:underline}.patients-admin-page .table-container table tbody tr td.patient-name-cell .patient-name-info .patient-email{font-size:var(--font-size-2xs);color:var(--text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:var(--space-0)}.patients-admin-page .table-container table tbody tr td.td-mono{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:var(--font-size-xs);letter-spacing:.02em;color:var(--text-secondary)}.patients-admin-page .table-container table tbody tr td.center{text-align:center}.patients-admin-page .table-container table tbody tr td .badge{display:inline-block;padding:3px var(--space-2-5);border-radius:var(--radius-2xl);font-size:var(--font-size-2xs);font-weight:600;letter-spacing:.02em;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.patients-admin-page .table-container table tbody tr td .badge.badge-insurance{background:var(--warning-bg);color:var(--warning-dark);border:1px solid var(--toast-warning-border)}.patients-admin-page .table-container table tbody tr td .badge.badge-particular{background:var(--muted);color:var(--text-secondary);border:1px solid var(--border)}.patients-admin-page .table-container table tbody tr td .status-badge{display:inline-flex;align-items:center;gap:6px;padding:3px var(--space-2-5);border-radius:var(--radius-2xl);font-size:var(--font-size-2xs);font-weight:600}.patients-admin-page .table-container table tbody tr td .status-badge .status-badge__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.patients-admin-page .table-container table tbody tr td .status-badge.status-badge--active{background:var(--success-bg);color:var(--success-dark)}.patients-admin-page .table-container table tbody tr td .status-badge.status-badge--active .status-badge__dot{background:var(--success)}.patients-admin-page .table-container table tbody tr td .status-badge.status-badge--inactive{background:var(--muted);color:var(--text-secondary)}.patients-admin-page .table-container table tbody tr td .status-badge.status-badge--inactive .status-badge__dot{background:var(--text-tertiary)}.patients-admin-page .table-container table tbody tr td .consultations-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;padding:0 var(--space-2);border-radius:var(--radius-2xl);font-size:var(--font-size-xs);font-weight:700}.patients-admin-page .table-container table tbody tr td .consultations-count.has-consultations{background:var(--primary-bg-medium);color:var(--primary)}.patients-admin-page .table-container table tbody tr td .consultations-count.no-consultations{color:var(--text-tertiary)}.patients-admin-page .table-container table tbody tr td .row-actions{display:flex;align-items:center;justify-content:center;gap:4px}.patients-admin-page .table-container table tbody tr td .row-actions .row-action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid transparent;border-radius:var(--radius-md);background:transparent;cursor:pointer;transition:all .15s ease;padding:0}.patients-admin-page .table-container table tbody tr td .row-actions .row-action-btn svg{width:15px;height:15px}.patients-admin-page .table-container table tbody tr td .row-actions .row-action-btn--edit{color:var(--text-secondary)}.patients-admin-page .table-container table tbody tr td .row-actions .row-action-btn--edit:hover{background:var(--primary-bg-medium);color:var(--primary);border-color:var(--primary-border-medium)}.patients-admin-page .table-container table tbody tr td .row-actions .row-action-btn--records{color:var(--text-secondary)}.patients-admin-page .table-container table tbody tr td .row-actions .row-action-btn--records:hover{background:var(--info-bg);color:var(--info);border-color:var(--toast-info-border)}.patients-admin-page .table-container table tbody tr td .row-actions .row-action-btn--delete{color:var(--text-tertiary)}.patients-admin-page .table-container table tbody tr td .row-actions .row-action-btn--delete:hover{background:var(--error-bg);color:var(--error);border-color:var(--toast-error-border)}.patients-admin-page .table-container .empty-row td{padding:0!important}.patients-admin-page .table-container .empty-state{padding:60px var(--space-5);text-align:center;display:flex;flex-direction:column;align-items:center}.patients-admin-page .table-container .empty-state__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--muted);border-radius:50%;color:var(--text-tertiary);margin-bottom:var(--space-4)}.patients-admin-page .table-container .empty-state__icon svg{width:24px;height:24px}.patients-admin-page .table-container .empty-state__text{color:var(--text-secondary);font-size:var(--font-size-sm);margin:0 0 var(--space-5)}.patients-admin-page .table-container .empty-state__btn{display:inline-flex;align-items:center;gap:6px;padding:var(--space-2) var(--space-5);background:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-md);font-size:var(--font-size-xs);font-weight:600;cursor:pointer;transition:all .15s ease}.patients-admin-page .table-container .empty-state__btn svg{width:16px;height:16px}.patients-admin-page .table-container .empty-state__btn:hover{background:var(--primary-dark)}.patients-admin-page .loading-state{padding:60px var(--space-5);text-align:center;color:var(--text-secondary)}.patients-admin-page .loading-state .spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 12px}.patients-admin-page .loading-state p{font-size:var(--font-size-sm);margin:0}.patients-admin-page .pagination{display:flex;flex-direction:column;gap:16px;padding:var(--space-5) var(--space-6);margin-top:var(--space-5);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-2xl)}.patients-admin-page .pagination .page-info{display:flex;align-items:center;justify-content:space-between;font-size:var(--font-size-xs);color:var(--text-secondary);padding-bottom:var(--space-3);border-bottom:1px solid var(--border-light)}.patients-admin-page .pagination .page-info strong{color:var(--text-primary);font-weight:600}.patients-admin-page .pagination .page-controls{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.patients-admin-page .pagination .page-controls .page-btn{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 var(--space-2);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:500;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.patients-admin-page .pagination .page-controls .page-btn svg{width:16px;height:16px}.patients-admin-page .pagination .page-controls .page-btn:hover:not(:disabled):not(.active){background:var(--primary-bg-light);border-color:var(--primary);color:var(--primary)}.patients-admin-page .pagination .page-controls .page-btn.active{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground);font-weight:600;box-shadow:var(--shadow-btn-primary)}.patients-admin-page .pagination .page-controls .page-btn:disabled{opacity:.4;cursor:not-allowed;background:var(--bg-header)}.patients-admin-page .pagination .page-controls .page-btn.page-ellipsis{border:none;cursor:default;min-width:28px;background:transparent;color:var(--text-tertiary)}.patients-admin-page .pagination .page-controls .page-btn.page-ellipsis:hover{background:transparent}.patients-admin-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease;padding:var(--space-4)}.patients-admin-page .modal-content{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-3xl);max-width:820px;width:95%;max-height:88vh;overflow:hidden;animation:slideUp .25s ease;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000026}.patients-admin-page .modal-content--small{max-width:480px}.patients-admin-page .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--border);flex-shrink:0;background:var(--bg-header)}.patients-admin-page .modal-content .modal-header .modal-header-info{display:flex;flex-direction:column;gap:2px}.patients-admin-page .modal-content .modal-header h2{font-size:var(--font-size-lg);font-weight:700;color:var(--text-primary);margin:0}.patients-admin-page .modal-content .modal-header .modal-header-subtitle{font-size:var(--font-size-xs);color:var(--text-tertiary);margin:0}.patients-admin-page .modal-content .modal-header .btn-close{background:var(--muted);border:1px solid var(--border);font-size:var(--font-size-xl);color:var(--text-secondary);cursor:pointer;transition:all .15s ease;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;line-height:1;border-radius:var(--radius-lg);flex-shrink:0}.patients-admin-page .modal-content .modal-header .btn-close svg{width:18px;height:18px}.patients-admin-page .modal-content .modal-header .btn-close:hover{background:var(--error-bg);border-color:var(--toast-error-border);color:var(--error);transform:rotate(90deg)}.patients-admin-page .modal-content .modal-body{flex:1;overflow-y:auto;padding:var(--space-6)}.patients-admin-page .modal-content .modal-body::-webkit-scrollbar{width:6px}.patients-admin-page .modal-content .modal-body::-webkit-scrollbar-track{background:transparent}.patients-admin-page .modal-content .modal-body::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:var(--radius-xs)}.patients-admin-page .modal-content .modal-body::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.patients-admin-page .modal-content .modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:var(--space-4) var(--space-6);border-top:1px solid var(--border);flex-shrink:0;background:var(--bg-header)}.patients-admin-page .modal-content .modal-footer button{min-width:120px;padding:var(--space-2-5) var(--space-5);font-size:var(--font-size-sm);font-weight:600;border-radius:var(--radius-lg);cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.patients-admin-page .modal-content .modal-footer button svg{width:16px;height:16px}.patients-admin-page .modal-content .modal-footer .btn-primary{background:var(--primary);color:var(--primary-foreground);border:none}.patients-admin-page .modal-content .modal-footer .btn-primary:hover:not(:disabled){background:var(--primary-dark);box-shadow:var(--shadow-btn-primary-hover)}.patients-admin-page .modal-content .modal-footer .btn-primary:disabled{opacity:.5;cursor:not-allowed}.patients-admin-page .modal-content .modal-footer .btn-secondary{background:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border)}.patients-admin-page .modal-content .modal-footer .btn-secondary:hover{background:var(--bg-card-hover);border-color:var(--border-dark);color:var(--text-primary)}.patients-admin-page .modal-content .modal-footer .btn-danger{background:var(--error);color:var(--destructive-foreground);border:none;min-width:100px}.patients-admin-page .modal-content .modal-footer .btn-danger:hover{background:var(--error-hover);box-shadow:var(--shadow-btn-danger-hover)}.patients-admin-page .modal-content .delete-confirm-content{text-align:center;padding:var(--space-4) 0}.patients-admin-page .modal-content .delete-confirm-content .delete-confirm-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--error-bg);border-radius:50%;color:var(--error);margin:0 auto 16px}.patients-admin-page .modal-content .delete-confirm-content .delete-confirm-icon svg{width:24px;height:24px}.patients-admin-page .modal-content .delete-confirm-content p{color:var(--text-secondary);font-size:var(--font-size-sm);line-height:1.6;max-width:360px;margin:0 auto}.patients-admin-page .modal-content .patient-form{display:flex;flex-direction:column;gap:20px}.patients-admin-page .modal-content .patient-form .form-section{margin-bottom:0;padding:var(--space-5);background:var(--bg-header);border-radius:var(--radius-xl);border:1px solid var(--border);transition:border-color .15s ease}.patients-admin-page .modal-content .patient-form .form-section:hover{border-color:var(--border-dark)}.patients-admin-page .modal-content .patient-form .form-section h3{font-size:var(--font-size-2xs);font-weight:700;color:var(--primary);margin:0 0 var(--space-4) 0;padding-bottom:var(--space-2);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.08em;display:flex;align-items:center;gap:8px}.patients-admin-page .modal-content .patient-form .form-section h3:before{content:"";display:inline-block;width:3px;height:14px;background:var(--primary);border-radius:var(--radius-xs)}.patients-admin-page .modal-content .patient-form .form-section .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:var(--space-3)}.patients-admin-page .modal-content .patient-form .form-section .form-row:last-child{margin-bottom:0}.patients-admin-page .modal-content .patient-form .form-section .form-row .form-group.full-width{grid-column:1/-1}.patients-admin-page .modal-content .patient-form .form-section .form-group{margin-bottom:0}.patients-admin-page .modal-content .patient-form .form-section .form-group label{display:block;font-size:var(--font-size-2xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:var(--space-1)}.patients-admin-page .modal-content .patient-form .form-section .form-group input,.patients-admin-page .modal-content .patient-form .form-section .form-group select,.patients-admin-page .modal-content .patient-form .form-section .form-group textarea{width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--border-input);border-radius:var(--radius-md);font-size:var(--font-size-sm);background:var(--bg-input);color:var(--text-primary);transition:all .15s ease}.patients-admin-page .modal-content .patient-form .form-section .form-group input::placeholder,.patients-admin-page .modal-content .patient-form .form-section .form-group select::placeholder,.patients-admin-page .modal-content .patient-form .form-section .form-group textarea::placeholder{color:var(--text-placeholder)}.patients-admin-page .modal-content .patient-form .form-section .form-group input:focus,.patients-admin-page .modal-content .patient-form .form-section .form-group select:focus,.patients-admin-page .modal-content .patient-form .form-section .form-group textarea:focus{outline:none;border-color:var(--border-input-focus);box-shadow:var(--focus-ring)}.patients-admin-page .modal-content .patient-form .form-section .form-group input option,.patients-admin-page .modal-content .patient-form .form-section .form-group select option,.patients-admin-page .modal-content .patient-form .form-section .form-group textarea option{background:var(--bg-card);color:var(--text-primary)}.patients-admin-page .modal-content .patient-form .form-section .form-group select{cursor:pointer}.patients-admin-page .modal-content .patient-form .form-section .form-group textarea{resize:vertical;min-height:60px}.patients-admin-page .modal-content .patient-form .form-section .form-group .cep-input-wrap{position:relative;display:flex;align-items:center}.patients-admin-page .modal-content .patient-form .form-section .form-group .cep-input-wrap input{padding-right:36px}.patients-admin-page .modal-content .patient-form .form-section .form-group .cep-input-wrap .cep-spinner{position:absolute;right:10px;width:16px;height:16px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite}.patients-admin-page .modal-content .patient-form .form-section .form-group .cep-error{display:block;font-size:var(--font-size-2xs);color:var(--error);margin-top:var(--space-1)}.patients-admin-page .modal-content .patient-form .form-section .health-insurance-form .btn-add-insurance{padding:var(--space-2) var(--space-4);font-size:var(--font-size-xs);font-weight:600;margin-top:22px;width:100%;background:var(--primary);color:var(--primary-foreground);border:none;border-radius:var(--radius-md);cursor:pointer;transition:all .15s ease}.patients-admin-page .modal-content .patient-form .form-section .health-insurance-form .btn-add-insurance:hover{background:var(--primary-dark)}.patients-admin-page .modal-content .patient-form .form-section .insurance-list{margin-top:var(--space-3);display:flex;flex-direction:column;gap:8px}.patients-admin-page .modal-content .patient-form .form-section .insurance-list .insurance-item{display:flex;justify-content:space-between;align-items:center;padding:var(--space-2) var(--space-3);background:var(--primary-bg-medium);border-radius:var(--radius-md);border:1px solid var(--primary-border-light)}.patients-admin-page .modal-content .patient-form .form-section .insurance-list .insurance-item span{font-size:var(--font-size-xs);color:var(--text-primary)}.patients-admin-page .modal-content .patient-form .form-section .insurance-list .insurance-item span strong{color:var(--primary)}.patients-admin-page .modal-content .patient-form .form-section .insurance-list .insurance-item .btn-remove{background:none;border:none;color:var(--error);font-size:var(--font-size-lg);cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;border-radius:var(--radius-sm)}.patients-admin-page .modal-content .patient-form .form-section .insurance-list .insurance-item .btn-remove svg{width:16px;height:16px}.patients-admin-page .modal-content .patient-form .form-section .insurance-list .insurance-item .btn-remove:hover{background:var(--error-bg)}@media (max-width: 1200px){.patients-admin-page .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.patients-admin-page{padding:0 var(--space-4) var(--space-4)}.patients-admin-page .patients-header{flex-direction:column;gap:12px;align-items:flex-start}.patients-admin-page .patients-header h1{font-size:22px}.patients-admin-page .patients-header .btn-new-patient{width:100%;justify-content:center}.patients-admin-page .stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}.patients-admin-page .filters-section .filters-row-2{flex-direction:column}.patients-admin-page .table-container .table-scroll-wrap{overflow-x:auto}.patients-admin-page .pagination .page-controls .page-btn{min-width:32px;height:32px;font-size:var(--font-size-xs)}.patients-admin-page .modal-content{max-height:92vh;width:100%;border-radius:var(--radius-2xl)}.patients-admin-page .modal-content .modal-header,.patients-admin-page .modal-content .modal-body,.patients-admin-page .modal-content .modal-footer{padding-left:var(--space-4);padding-right:var(--space-4)}}@media (max-width: 480px){.patients-admin-page .stats-grid{grid-template-columns:1fr 1fr;gap:8px}.patients-admin-page .stats-grid .stat-card{padding:var(--space-3-5);gap:10px}.patients-admin-page .stats-grid .stat-card .stat-icon-wrap{width:40px;height:40px}.patients-admin-page .stats-grid .stat-card .stat-icon-wrap svg{width:18px;height:18px}.patients-admin-page .stats-grid .stat-card .stat-info .stat-value{font-size:var(--font-size-xl)}.patients-admin-page .stats-grid .stat-card .stat-trend{display:none}}.memed-prescription{min-height:400px;display:flex;flex-direction:column}.memed-prescription__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-4)}.memed-prescription__header h3{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0}.memed-prescription__actions{display:flex;gap:var(--space-2)}.memed-prescription__btn{padding:var(--space-2) var(--space-4);border:none;border-radius:var(--radius-sm);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.memed-prescription__btn--primary{background:var(--primary);color:var(--text-inverse)}.memed-prescription__btn--primary:hover{background:var(--primary-dark)}.memed-prescription__patient-info{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-secondary);border-radius:var(--radius-sm);margin-bottom:var(--space-4);font-size:var(--font-size-sm);color:var(--text-primary);font-weight:var(--font-weight-medium)}.memed-prescription__cpf{color:var(--text-secondary);font-weight:var(--font-weight-normal)}.memed-prescription__container{flex:1;min-height:500px;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.memed-prescription__container iframe{width:100%;min-height:500px;border:none}.memed-prescription__footer{margin-top:var(--space-3);text-align:center}.memed-prescription__powered{font-size:var(--font-size-xs);color:var(--text-tertiary)}.memed-prescription__loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-4);padding:var(--space-16) 0;color:var(--text-secondary)}.memed-prescription__loading p{font-size:var(--font-size-sm);margin:0}.memed-prescription__spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:memed-spin .8s linear infinite}@keyframes memed-spin{to{transform:rotate(360deg)}}.memed-prescription__error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-16) 0;text-align:center}.memed-prescription__error p{font-size:var(--font-size-sm);color:var(--error-text);margin:0;max-width:400px}.memed-prescription__error-icon{color:var(--error-text)}.memed-prescription__retry{padding:var(--space-2) var(--space-4);background:var(--primary);color:var(--text-inverse);border:none;border-radius:var(--radius-sm);font-size:var(--font-size-sm);cursor:pointer;transition:background var(--transition-fast)}.memed-prescription__retry:hover{background:var(--primary-dark)}@media (max-width: 768px){.memed-prescription__header{flex-direction:column;align-items:stretch;gap:var(--space-3)}.memed-prescription__header h3{font-size:var(--font-size-lg)}.memed-prescription__actions{flex-direction:column}.memed-prescription__actions .memed-prescription__btn{width:100%;text-align:center}.memed-prescription__patient-info{flex-wrap:wrap;font-size:var(--font-size-xs)}.memed-prescription__container,.memed-prescription__container iframe{min-height:360px}}.score-value-badge{display:inline-flex;align-items:baseline;gap:6px;border-radius:var(--radius-lg, 12px);padding:8px 16px;transition:background-color .2s ease,color .2s ease}.score-value-badge--sm{padding:4px 10px;border-radius:var(--radius-md, 8px)}.score-value-badge--sm .score-value-badge__number{font-size:28px}.score-value-badge--sm .score-value-badge__max{font-size:var(--font-size-sm, 14px)}.score-value-badge--sm .score-value-badge__label{font-size:var(--font-size-2xs, 11px)}.score-value-badge--md .score-value-badge__number{font-size:42px}.score-value-badge--md .score-value-badge__max{font-size:var(--font-size-base, 16px)}.score-value-badge--md .score-value-badge__label{font-size:var(--font-size-xs, 12px)}.score-value-badge--lg{padding:12px 20px}.score-value-badge--lg .score-value-badge__number{font-size:56px}.score-value-badge--lg .score-value-badge__max{font-size:var(--font-size-lg, 18px)}.score-value-badge--lg .score-value-badge__label{font-size:var(--font-size-sm, 14px)}.score-value-badge--mild{background-color:color-mix(in srgb,#10B981 15%,transparent);color:#065f46;border:1px solid color-mix(in srgb,#10B981 25%,transparent)}@supports not (color: color-mix(in srgb,red 15%,transparent)){.score-value-badge--mild{background-color:#10b9811a;border-color:#10b98140}}.score-value-badge--moderate{background-color:color-mix(in srgb,#F59E0B 15%,transparent);color:#92400e;border:1px solid color-mix(in srgb,#F59E0B 25%,transparent)}@supports not (color: color-mix(in srgb,red 15%,transparent)){.score-value-badge--moderate{background-color:#f59e0b1a;border-color:#f59e0b40}}.score-value-badge--severe{background-color:color-mix(in srgb,#F97316 15%,transparent);color:#9a3412;border:1px solid color-mix(in srgb,#F97316 25%,transparent)}@supports not (color: color-mix(in srgb,red 15%,transparent)){.score-value-badge--severe{background-color:#f973161a;border-color:#f9731640}}.score-value-badge--critical{background-color:color-mix(in srgb,#EF4444 15%,transparent);color:#991b1b;border:1px solid color-mix(in srgb,#EF4444 25%,transparent)}@supports not (color: color-mix(in srgb,red 15%,transparent)){.score-value-badge--critical{background-color:#ef44441a;border-color:#ef444440}}.score-value-badge--default{background-color:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border)}.score-value-badge__number{font-weight:700;line-height:1}.score-value-badge__max{opacity:.6;font-weight:400}.score-value-badge__label{display:block;width:100%;margin-top:2px;font-weight:500;opacity:.85;text-transform:uppercase;letter-spacing:.04em}.score-value-badge:has(.score-value-badge__label){flex-wrap:wrap}.score-banner--mild{background-color:color-mix(in srgb,#10B981 10%,var(--bg-card))!important;border-color:color-mix(in srgb,#10B981 20%,var(--border))!important;transition:background-color .3s ease,border-color .3s ease}.score-banner--moderate{background-color:color-mix(in srgb,#F59E0B 10%,var(--bg-card))!important;border-color:color-mix(in srgb,#F59E0B 20%,var(--border))!important;transition:background-color .3s ease,border-color .3s ease}.score-banner--severe{background-color:color-mix(in srgb,#F97316 10%,var(--bg-card))!important;border-color:color-mix(in srgb,#F97316 20%,var(--border))!important;transition:background-color .3s ease,border-color .3s ease}.score-banner--critical{background-color:color-mix(in srgb,#EF4444 10%,var(--bg-card))!important;border-color:color-mix(in srgb,#EF4444 20%,var(--border))!important;transition:background-color .3s ease,border-color .3s ease}[data-theme=dark] .score-value-badge--mild,.dark .score-value-badge--mild{background-color:color-mix(in srgb,#10B981 20%,transparent);color:#6ee7b7;border-color:color-mix(in srgb,#10B981 35%,transparent)}@supports not (color: color-mix(in srgb,red 20%,transparent)){[data-theme=dark] .score-value-badge--mild,.dark .score-value-badge--mild{background-color:#10b98133;border-color:#10b98159}}[data-theme=dark] .score-value-badge--moderate,.dark .score-value-badge--moderate{background-color:color-mix(in srgb,#F59E0B 20%,transparent);color:#fcd34d;border-color:color-mix(in srgb,#F59E0B 35%,transparent)}@supports not (color: color-mix(in srgb,red 20%,transparent)){[data-theme=dark] .score-value-badge--moderate,.dark .score-value-badge--moderate{background-color:#f59e0b33;border-color:#f59e0b59}}[data-theme=dark] .score-value-badge--severe,.dark .score-value-badge--severe{background-color:color-mix(in srgb,#F97316 20%,transparent);color:#fdba74;border-color:color-mix(in srgb,#F97316 35%,transparent)}@supports not (color: color-mix(in srgb,red 20%,transparent)){[data-theme=dark] .score-value-badge--severe,.dark .score-value-badge--severe{background-color:#f9731633;border-color:#f9731659}}[data-theme=dark] .score-value-badge--critical,.dark .score-value-badge--critical{background-color:color-mix(in srgb,#EF4444 20%,transparent);color:#fca5a5;border-color:color-mix(in srgb,#EF4444 35%,transparent)}@supports not (color: color-mix(in srgb,red 20%,transparent)){[data-theme=dark] .score-value-badge--critical,.dark .score-value-badge--critical{background-color:#ef444433;border-color:#ef444459}}[data-theme=dark] .score-value-badge--default,.dark .score-value-badge--default{background-color:var(--bg-card-hover, var(--bg-card));color:var(--text-secondary);border-color:var(--border)}[data-theme=dark] .score-banner--mild,.dark .score-banner--mild{background-color:color-mix(in srgb,#10B981 12%,var(--bg-card))!important;border-color:color-mix(in srgb,#10B981 25%,var(--border))!important}[data-theme=dark] .score-banner--moderate,.dark .score-banner--moderate{background-color:color-mix(in srgb,#F59E0B 12%,var(--bg-card))!important;border-color:color-mix(in srgb,#F59E0B 25%,var(--border))!important}[data-theme=dark] .score-banner--severe,.dark .score-banner--severe{background-color:color-mix(in srgb,#F97316 12%,var(--bg-card))!important;border-color:color-mix(in srgb,#F97316 25%,var(--border))!important}[data-theme=dark] .score-banner--critical,.dark .score-banner--critical{background-color:color-mix(in srgb,#EF4444 12%,var(--bg-card))!important;border-color:color-mix(in srgb,#EF4444 25%,var(--border))!important}.patient-dashboard{display:flex;flex-direction:column;gap:var(--space-5)}.patient-dashboard--loading .patient-dashboard__skeleton{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-4)}.patient-dashboard--loading .patient-dashboard__skeleton-card{height:120px;background:var(--bg-secondary);border-radius:var(--radius-md);animation:pulse 1.5s ease-in-out infinite}.patient-dashboard--error{padding:var(--space-6);text-align:center;color:var(--text-secondary)}.patient-dashboard__patient-info{display:flex;flex-wrap:wrap;gap:var(--space-3);padding:var(--space-4);background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-primary)}.patient-dashboard__info-item{display:flex;flex-direction:column;gap:var(--space-1);padding-right:var(--space-4);border-right:1px solid var(--border-primary)}.patient-dashboard__info-item:last-child{border-right:none}.patient-dashboard__info-item--alert .patient-dashboard__info-value{color:var(--color-warning, #f59e0b);font-weight:var(--font-weight-semibold)}.patient-dashboard__info-label{font-size:var(--font-size-xs);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}.patient-dashboard__info-value{font-size:var(--font-size-sm);color:var(--text-primary);font-weight:var(--font-weight-medium)}.patient-dashboard__section{display:flex;flex-direction:column;gap:var(--space-3)}.patient-dashboard__section-title{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0;padding-bottom:var(--space-2);border-bottom:1px solid var(--border-primary)}.patient-dashboard__scores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:var(--space-3)}.patient-dashboard__score-card{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2);transition:var(--transition-theme)}.patient-dashboard__score-card:hover{border-color:var(--color-primary, #2b7a6f)}.patient-dashboard__score-header{display:flex;justify-content:space-between;align-items:center}.patient-dashboard__score-name{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.patient-dashboard__score-date{font-size:var(--font-size-xs);color:var(--text-tertiary)}.patient-dashboard__score-value{display:flex;align-items:center;gap:var(--space-2)}.patient-dashboard__score-chart{height:48px;margin-top:var(--space-1)}.patient-dashboard__appointment-card{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:var(--space-4);display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3)}.patient-dashboard__apt-date{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.patient-dashboard__apt-physician{font-size:var(--font-size-sm);color:var(--text-secondary)}.patient-dashboard__apt-type{font-size:var(--font-size-xs);padding:var(--space-1) var(--space-2);background:var(--bg-secondary);border-radius:var(--radius-sm);color:var(--text-secondary)}.patient-dashboard__apt-badge{font-size:var(--font-size-xs);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);font-weight:var(--font-weight-medium)}.patient-dashboard__apt-badge--tele{background:#2b7a6f1a;color:var(--color-primary, #2b7a6f)}.patient-dashboard__alerts{display:flex;flex-direction:column;gap:var(--space-2)}.patient-dashboard__alert{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-md);font-size:var(--font-size-sm);color:var(--text-primary)}.patient-dashboard__alert--warning{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3)}.patient-dashboard__alert--info{background:#2b7a6f1a;border:1px solid rgba(43,122,111,.3)}.patient-dashboard__alert-icon{font-size:var(--font-size-base);flex-shrink:0}.patient-dashboard__timeline{display:flex;flex-direction:column;gap:0;position:relative}.patient-dashboard__timeline-item{display:flex;gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--border-primary)}.patient-dashboard__timeline-item:last-child{border-bottom:none}.patient-dashboard__timeline-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:5px}.patient-dashboard__timeline-dot--consultation{background:var(--color-primary, #2b7a6f)}.patient-dashboard__timeline-dot--prescription{background:#10b981}.patient-dashboard__timeline-dot--score{background:#f59e0b}.patient-dashboard__timeline-content{flex:1;min-width:0}.patient-dashboard__timeline-header{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2)}.patient-dashboard__timeline-title{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-primary)}.patient-dashboard__timeline-date{font-size:var(--font-size-xs);color:var(--text-tertiary);white-space:nowrap}.patient-dashboard__timeline-desc{font-size:var(--font-size-xs);color:var(--text-secondary);margin:var(--space-1) 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.patient-dashboard__timeline-physician{font-size:var(--font-size-xs);color:var(--text-tertiary);font-style:italic}.patient-dashboard__empty{text-align:center;padding:var(--space-8);color:var(--text-tertiary)}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.7}}@media (max-width: 768px){.patient-dashboard__scores-grid{grid-template-columns:1fr}.patient-dashboard__patient-info{flex-direction:column}.patient-dashboard__info-item{border-right:none;border-bottom:1px solid var(--border-primary);padding-bottom:var(--space-2);padding-right:0}.patient-dashboard__info-item:last-child{border-bottom:none}}.ais-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);margin-bottom:var(--space-5);overflow:hidden;transition:box-shadow .2s ease}.ais-card:hover{box-shadow:var(--shadow-card-hover)}.ais-card{border-left:4px solid var(--primary-light)}.ais-card__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3-5) 18px;cursor:pointer;-webkit-user-select:none;user-select:none;gap:12px;background:var(--bg-card);transition:background .2s ease}.ais-card__header:hover{background:var(--bg-highlight)}.ais-card__header:focus-visible{outline:2px solid var(--primary-light);outline-offset:-2px}.ais-card__header-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.ais-card__header-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.ais-card__icon{display:flex;align-items:center;color:var(--primary-light);flex-shrink:0}.ais-card__icon svg{width:22px;height:22px}.ais-card__title-group{display:flex;flex-direction:column;gap:2px;min-width:0}.ais-card__title{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ais-card__subtitle{display:flex;align-items:center;gap:4px;font-size:var(--font-size-2xs);color:var(--text-secondary)}.ais-card__subtitle svg{width:11px;height:11px}.ais-card__alert-badge{display:flex;align-items:center;gap:4px;background:var(--warning-bg);color:var(--warning);border:1px solid var(--warning-light);border-radius:var(--radius-4xl);padding:var(--space-0-5) var(--space-2);font-size:var(--font-size-2xs);font-weight:600;flex-shrink:0}.ais-card__alert-badge svg{width:12px;height:12px}.ais-card__chevron{color:var(--text-secondary);display:flex;align-items:center}.ais-card__chevron svg{width:16px;height:16px}.ais-card__btn-regen{display:flex;align-items:center;gap:6px;padding:var(--space-1-5) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-primary);font-size:var(--font-size-xs);cursor:pointer;transition:all .2s ease;white-space:nowrap}.ais-card__btn-regen svg{width:13px;height:13px}.ais-card__btn-regen:hover:not(:disabled){background:var(--primary-light);color:var(--text-on-primary);border-color:var(--primary-light)}.ais-card__btn-regen:disabled{opacity:.5;cursor:not-allowed}.ais-card__btn-regen--loading{color:var(--primary-light)}.ais-card__content{border-top:1px solid var(--border);padding:18px}.ais-card__loading{display:flex;align-items:center;gap:14px;padding:var(--space-5) 0;color:var(--text-secondary);font-size:var(--font-size-xs)}.ais-card__loading-text{display:flex;flex-direction:column;gap:4px}.ais-card__loading-text span{font-size:13px;color:var(--text-primary)}.ais-card__loading-text small{font-size:11px;color:var(--text-secondary)}.ais-card__spinner{width:24px;height:24px;border:3px solid var(--border);border-top-color:var(--primary-light);border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.spin{display:inline-flex;animation:spin .8s linear infinite}.ais-card__error{display:flex;align-items:flex-start;gap:12px;padding:var(--space-4);background:var(--error-bg);border:1px solid var(--error-light);border-radius:var(--radius-md);color:var(--text-primary)}.ais-card__error-content{flex:1;min-width:0}.ais-card__error-content strong{display:block;font-size:var(--font-size-sm);color:var(--error);margin-bottom:var(--space-1)}.ais-card__error-content p{margin:0 0 var(--space-3);font-size:var(--font-size-xs);color:var(--text-secondary);line-height:1.5;word-break:break-word}.ais-card__error-icon{color:var(--error);flex-shrink:0;margin-top:2px}.ais-card__error-icon svg{width:20px;height:20px}.ais-card__btn-retry{display:inline-flex;align-items:center;gap:6px;padding:var(--space-1-5) var(--space-3);font-size:var(--font-size-xs);font-weight:500;border:1px solid var(--error);border-radius:var(--radius-md);background:transparent;color:var(--error);cursor:pointer;transition:all .2s ease}.ais-card__btn-retry:hover{background:var(--error);color:var(--text-on-primary)}.ais-card__empty{display:flex;align-items:center;gap:10px;color:var(--text-secondary);font-size:var(--font-size-xs);padding:var(--space-3) 0}.ais-card__empty svg{width:18px;height:18px;color:var(--success)}.ais-alerts{margin-bottom:var(--space-4);background:var(--warning-bg);border:1px solid var(--warning-light);border-radius:var(--radius-md);padding:var(--space-3) var(--space-3-5)}.ais-alerts__title{display:flex;align-items:center;gap:6px;font-size:var(--font-size-xs);font-weight:600;color:var(--warning);margin-bottom:var(--space-2-5);text-transform:uppercase;letter-spacing:.04em}.ais-alerts__title svg{width:14px;height:14px}.ais-alerts__list{display:flex;flex-direction:column;gap:8px}.alert-item{display:flex;align-items:flex-start;gap:8px;padding:var(--space-2) var(--space-2-5);border-radius:var(--radius-sm);font-size:12.5px;line-height:1.4}.alert-item__icon{flex-shrink:0;margin-top:var(--space-0)}.alert-item__icon svg{width:14px;height:14px}.alert-item__message{flex:1}.alert-item--high{background:var(--error-bg);border-left:3px solid var(--error);color:var(--error-dark)}.alert-item--high .alert-item__icon{color:var(--error)}.alert-item--medium{background:var(--warning-bg);border-left:3px solid var(--warning);color:var(--warning-dark)}.alert-item--medium .alert-item__icon{color:var(--warning)}.alert-item--low{background:var(--info-bg);border-left:3px solid var(--info);color:var(--info-dark)}.alert-item--low .alert-item__icon{color:var(--info)}.ais-summary-text{font-size:var(--font-size-xs);line-height:1.6;color:var(--text-primary)}.summary-section-title{font-size:12.5px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin:16px 0 6px;padding-bottom:var(--space-1);border-bottom:1px solid var(--border)}.summary-section-title:first-child{margin-top:0}.summary-list-item{display:flex;gap:8px;margin:var(--space-1) 0;font-size:var(--font-size-xs)}.summary-list-item .summary-bullet{color:var(--primary-light);flex-shrink:0;font-weight:700}.summary-paragraph{margin:var(--space-1) 0;font-size:var(--font-size-xs)}.summary-warning-line{margin:var(--space-1) 0;font-size:var(--font-size-xs);color:var(--warning);font-weight:500}@media (prefers-color-scheme: dark){.ais-card{background:var(--bg-card);border-color:var(--border)}.ais-card__header{background:var(--bg-card)}.ais-card__header:hover{background:var(--bg-highlight)}.ais-card__title{color:var(--text-primary)}.ais-card__subtitle,.ais-card__chevron{color:var(--text-secondary)}.ais-card__btn-regen{background:var(--bg-card);border-color:var(--border);color:var(--text-primary)}.ais-card__btn-regen:hover:not(:disabled){background:var(--primary-light);color:var(--text-on-primary)}.ais-card__content{border-top-color:var(--border)}.ais-card__error{background:var(--error-bg);border-color:var(--error-light)}.ais-alerts{background:var(--warning-bg);border-color:var(--warning-light)}.ais-summary-text{color:var(--text-primary)}.summary-section-title{color:var(--primary-light);border-bottom-color:var(--border)}.summary-paragraph,.summary-list-item{color:var(--text-primary)}.alert-item--high{background:var(--error-bg);color:var(--error)}.alert-item--high .alert-item__icon{color:var(--error)}.alert-item--medium{background:var(--warning-bg);color:var(--warning)}.alert-item--medium .alert-item__icon{color:var(--warning)}.alert-item--low{background:var(--info-bg);color:var(--info)}.alert-item--low .alert-item__icon{color:var(--info)}}.send-protocol-modal{max-width:720px}.send-protocol-modal__patient{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-6);background:var(--bg-subtle);border-bottom:1px solid var(--border);font-size:.875rem}.send-protocol-modal__patient-name{font-weight:600;color:var(--text-primary)}.send-protocol-modal__patient-phone{display:flex;align-items:center;gap:var(--space-1);color:var(--text-secondary)}.send-protocol-modal__patient-phone svg{color:var(--success)}.send-protocol-modal__error{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3);background:var(--bg-danger-subtle);color:var(--text-danger);border-radius:var(--radius-md);font-size:.875rem;margin-bottom:var(--space-4)}.send-protocol-modal__subtitle{color:var(--text-secondary);margin-bottom:var(--space-4);font-size:.875rem}.send-protocol-modal__loading,.send-protocol-modal__empty{text-align:center;padding:var(--space-8);color:var(--text-secondary)}.send-protocol-modal__template-list{display:flex;flex-direction:column;gap:var(--space-3)}.send-protocol-modal__template-card{all:unset;cursor:pointer;display:block;padding:var(--space-4);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);transition:all .15s ease}.send-protocol-modal__template-card:hover{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.send-protocol-modal__template-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-2)}.send-protocol-modal__template-card-header strong{color:var(--text-primary);font-size:.938rem}.send-protocol-modal__badge{font-size:.75rem;padding:2px 8px;background:var(--primary-subtle);color:var(--primary);border-radius:var(--radius-full);font-weight:500}.send-protocol-modal__template-desc{color:var(--text-secondary);font-size:.813rem;margin:0 0 var(--space-2);line-height:1.4}.send-protocol-modal__template-type{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.send-protocol-modal__preview{display:flex;flex-direction:column;gap:var(--space-5)}.send-protocol-modal__values h3{font-size:.875rem;font-weight:600;color:var(--text-primary);margin:0 0 var(--space-3)}.send-protocol-modal__values-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:var(--space-3)}.send-protocol-modal__value-field label{display:block;font-size:.75rem;color:var(--text-secondary);text-transform:capitalize;margin-bottom:var(--space-1)}.send-protocol-modal__value-field input{width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text-primary);font-size:.875rem;transition:border-color .15s}.send-protocol-modal__value-field input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-ring)}.send-protocol-modal__btn-refresh{margin-top:var(--space-3);padding:var(--space-2) var(--space-4);background:transparent;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.813rem;cursor:pointer;transition:all .15s}.send-protocol-modal__btn-refresh:hover{background:var(--bg-subtle);color:var(--text-primary)}.send-protocol-modal__btn-refresh:disabled{opacity:.5;cursor:not-allowed}.send-protocol-modal__messages h3{font-size:.875rem;font-weight:600;color:var(--text-primary);margin:0 0 var(--space-3)}.send-protocol-modal__msg{padding:var(--space-3);margin-bottom:var(--space-3);background:var(--bg-subtle);border-radius:var(--radius-md);border-left:3px solid var(--primary)}.send-protocol-modal__msg--image{border-left-color:var(--warning)}.send-protocol-modal__msg-header{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2)}.send-protocol-modal__msg-order{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--primary);color:#fff;font-size:.75rem;font-weight:600}.send-protocol-modal__msg-label{font-size:.813rem;font-weight:500;color:var(--text-primary)}.send-protocol-modal__msg-type-badge{font-size:.688rem;padding:1px 6px;background:var(--warning-subtle);color:var(--warning);border-radius:var(--radius-sm)}.send-protocol-modal__msg-content{font-size:.813rem;line-height:1.5;color:var(--text-secondary);white-space:pre-wrap;word-break:break-word}.send-protocol-modal__msg-delay{display:inline-block;margin-top:var(--space-2);font-size:.688rem;color:var(--text-muted)}.send-protocol-modal__options{padding-top:var(--space-3);border-top:1px solid var(--border)}.send-protocol-modal__checkbox{display:flex;align-items:center;gap:var(--space-2);font-size:.875rem;color:var(--text-secondary);cursor:pointer}.send-protocol-modal__checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary)}.send-protocol-modal__sending{text-align:center;padding:var(--space-8) 0}.send-protocol-modal__progress{max-width:400px;margin:0 auto var(--space-4)}.send-protocol-modal__progress-bar{height:8px;background:var(--bg-subtle);border-radius:var(--radius-full);overflow:hidden}.send-protocol-modal__progress-fill{height:100%;background:var(--primary);border-radius:var(--radius-full);transition:width .5s ease}.send-protocol-modal__progress-text{font-size:.875rem;color:var(--text-primary);font-weight:500;margin-top:var(--space-3)}.send-protocol-modal__sending-note{font-size:.813rem;color:var(--text-muted)}.send-protocol-modal__done{text-align:center;padding:var(--space-8) 0}.send-protocol-modal__done h3{margin:var(--space-4) 0 var(--space-2);color:var(--text-primary)}.send-protocol-modal__done p{color:var(--text-secondary);font-size:.875rem}.send-protocol-modal__done-icon--sent{color:var(--success)}.send-protocol-modal__done-icon--partial{color:var(--warning)}.send-protocol-modal__done-icon--failed{color:var(--danger)}.send-protocol-modal__done-error{margin-top:var(--space-3);padding:var(--space-3);background:var(--bg-danger-subtle);color:var(--text-danger);border-radius:var(--radius-md);font-size:.813rem;text-align:left}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:100vh}}.collapsible-section__header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:transparent;border:none;cursor:pointer;text-align:left;color:var(--color-text, var(--text-primary));font-family:var(--ds-font-sans, var(--font-family-sans, "Inter", system-ui, sans-serif));font-size:14px;font-weight:600;line-height:1.5;transition:background-color .15s ease}.collapsible-section__header:hover,.collapsible-section__header:focus-visible{background-color:var(--color-surface-strong, var(--bg-card-hover, rgba(0, 0, 0, .04)));outline:none}.collapsible-section__header:focus-visible{box-shadow:inset 0 0 0 2px var(--color-primary, var(--primary))}.collapsible-section__chevron{display:inline-flex;align-items:center;justify-content:center;color:var(--color-text-muted, var(--text-secondary));transform:rotate(0);transition:transform .2s cubic-bezier(.4,0,.2,1)}.collapsible-section__chevron.is-open{transform:rotate(90deg)}.collapsible-section__content{border-top:1px solid var(--color-border, var(--border));padding:12px 16px;background:var(--color-surface, var(--bg-card));animation:slideDown .2s cubic-bezier(.4,0,.2,1) forwards}.records-page{padding:var(--space-4) var(--space-6);background:var(--bg-page);transition:var(--transition-theme);min-height:100vh}.records-empty,.records-loading,.records-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:var(--space-5)}.records-empty h2,.records-loading h2,.records-error h2{color:var(--text-primary);font-size:var(--font-size-2xl);margin:0}.records-empty p,.records-loading p,.records-error p{color:var(--text-secondary);font-size:var(--font-size-base)}.records-empty .btn-primary,.records-loading .btn-primary,.records-error .btn-primary{padding:var(--space-3) var(--space-6);background:var(--primary);color:var(--text-on-primary);border:none;border-radius:var(--radius-sm);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;transition:background var(--transition-fast)}.records-empty .btn-primary:hover,.records-loading .btn-primary:hover,.records-error .btn-primary:hover{background:var(--primary-dark)}.records-loading{color:var(--text-secondary);font-size:var(--font-size-lg)}.records-error{color:var(--error)}.patient-header{position:sticky;top:0;z-index:100;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:background-color var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast);padding:var(--space-4);margin-bottom:var(--space-4);display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-5);box-shadow:0 2px 8px #00000014}.patient-header .patient-info-main{flex:1;display:flex;gap:var(--space-4)}.patient-header .patient-info-main .btn-back{padding:var(--space-2) var(--space-4);background:var(--primary-bg-medium);border:none;border-radius:var(--radius-sm);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--primary);cursor:pointer;transition:all var(--transition-fast);height:fit-content}.patient-header .patient-info-main .btn-back:hover{background:var(--primary-bg-hover)}.patient-header .patient-info-main .patient-details{flex:1}.patient-header .patient-info-main .patient-details h1{margin:0 0 var(--space-1) 0;font-size:var(--font-size-3xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);letter-spacing:-.02em}.patient-header .patient-info-main .patient-details .patient-meta{display:flex;flex-wrap:wrap;gap:var(--space-4);font-size:var(--font-size-sm);color:var(--text-secondary)}.patient-header .patient-info-main .patient-details .patient-meta span strong{color:var(--text-primary);margin-right:var(--space-1)}.patient-header .patient-info-main .patient-avatar{width:56px;height:56px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:var(--space-4);overflow:hidden}.patient-header .patient-info-main .patient-avatar img{width:100%;height:100%;object-fit:cover}.patient-header .patient-info-main .patient-avatar .avatar-initials{color:var(--text-on-primary);font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold)}.patient-header .patient-actions{display:flex;gap:var(--space-3)}.patient-header .patient-actions .btn-start-attendance{padding:var(--space-3) var(--space-6);background:var(--success);color:var(--text-inverse);border:none;border-radius:var(--radius-sm);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);cursor:pointer;transition:background var(--transition-fast);white-space:nowrap}.patient-header .patient-actions .btn-start-attendance:hover{background:var(--primary-dark)}.patient-header .patient-actions .attendance-controls{display:flex;flex-direction:column;gap:var(--space-3);align-items:flex-end}.patient-header .patient-actions .attendance-controls .attendance-timer{display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-1)}.patient-header .patient-actions .attendance-controls .attendance-timer .timer-label{font-size:var(--font-size-xs);color:var(--text-secondary);font-weight:var(--font-weight-medium)}.patient-header .patient-actions .attendance-controls .attendance-timer .timer-value{font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);color:var(--success);font-family:Courier New,monospace}.patient-header .patient-actions .attendance-controls .btn-finish-attendance{padding:var(--space-3) var(--space-6);background:var(--error);color:var(--text-inverse);border:none;border-radius:var(--radius-sm);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.patient-header .patient-actions .attendance-controls .btn-finish-attendance:hover{background:var(--error-hover)}.patient-link{color:var(--primary);text-decoration:none}.patient-link:hover{text-decoration:underline}.patient-link i{margin-left:var(--space-1);font-size:var(--font-size-xs)}.patient-link.whatsapp-link i{color:var(--event-whatsapp)}.patient-link.email-link i{color:var(--primary)}.anamnese-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:background-color var(--transition-fast),border-color var(--transition-fast);padding:var(--space-4);margin-bottom:var(--space-4)}.anamnese-section h2{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0 0 var(--space-5) 0}.anamnese-section .anamnese-tabs__header{display:flex;gap:var(--space-1);border-bottom:2px solid var(--border);margin-bottom:var(--space-4);overflow-x:auto;-webkit-overflow-scrolling:touch}.anamnese-section .anamnese-tabs__header::-webkit-scrollbar{display:none}.anamnese-section .anamnese-tabs__tab{padding:var(--space-2) var(--space-4);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-secondary);cursor:pointer;white-space:nowrap;transition:color .2s,border-color .2s}.anamnese-section .anamnese-tabs__tab:hover{color:var(--text-primary)}.anamnese-section .anamnese-tabs__tab--active{color:var(--primary);border-bottom-color:var(--primary);font-weight:var(--font-weight-semibold)}.anamnese-section .anamnese-tabs__content{min-height:120px}.anamnese-section .anamnese-tabs__panel{padding:var(--space-3) 0}.anamnese-section .anamnese-tabs__panel .empty-message{font-size:var(--font-size-xs);color:var(--text-tertiary);margin:0 0 var(--space-2) 0;font-style:italic}.anamnese-section .anamnese-tabs__panel .btn-add{padding:4px var(--space-3);background:var(--primary);color:var(--text-inverse);border:none;border-radius:var(--radius-sm);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all var(--transition-fast)}.anamnese-section .anamnese-tabs__panel .btn-add:hover:not(:disabled){background:var(--primary-dark)}.anamnese-section .anamnese-tabs__panel .btn-add:disabled{opacity:.5;cursor:not-allowed;background:var(--bg-muted, #d0d5dd);color:var(--text-tertiary)}.diagnosis-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:background-color var(--transition-fast),border-color var(--transition-fast);padding:var(--space-4);margin-bottom:var(--space-4)}.diagnosis-section h2{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0 0 var(--space-4) 0}.diagnosis-section .diagnosis-list .empty-message{font-size:var(--font-size-sm);color:var(--text-tertiary);font-style:italic;text-align:center;padding:var(--space-5)}.records-tabs-mobile-select{display:none;width:100%;padding:var(--space-3) var(--space-4);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;margin-bottom:var(--space-3)}@media (max-width: 767px){.records-tabs-mobile-select{display:block}}.records-tabs{display:flex;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:background-color var(--transition-fast),border-color var(--transition-fast);min-height:400px}.records-tabs .tabs-sidebar{width:215px;min-width:215px;border-right:1px solid var(--border-light);background:var(--surface-secondary);border-radius:var(--radius) 0 0 var(--radius);padding:var(--space-2) 0;position:sticky;top:0;max-height:calc(100vh - 80px);overflow-y:auto}.records-tabs .tabs-sidebar::-webkit-scrollbar{width:4px}.records-tabs .tabs-sidebar::-webkit-scrollbar-thumb{background:var(--border-dark);border-radius:var(--radius-xs)}.records-tabs .tabs-sidebar__item{display:block;width:100%;padding:var(--space-3) var(--space-4);background:transparent;border:none;border-left:3px solid transparent;text-align:left;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.records-tabs .tabs-sidebar__item:hover{background:var(--primary-bg-light);color:var(--primary)}.records-tabs .tabs-sidebar__item--active{color:var(--primary);font-weight:var(--font-weight-semibold);border-left-color:var(--primary);background:var(--surface)}.records-tabs .tabs-sidebar__item:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.records-tabs .tabs-content{flex:1;min-width:0;padding:var(--space-4)}.records-tabs .tabs-content .tab-pane{animation:fadeIn .3s ease}.records-tabs .tabs-content .tab-pane h3{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0 0 var(--space-4) 0}.records-tabs .tabs-content .tab-pane .empty-message{font-size:var(--font-size-sm);color:var(--text-tertiary);font-style:italic;text-align:center;padding:var(--space-10) var(--space-5)}.records-tabs .tabs-content .tab-pane p{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.6}@media (max-width: 767px){.records-tabs .tabs-sidebar{display:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1400px){.anamnese-section .anamnese-tabs__header{flex-wrap:wrap}}@media (max-width: 1024px){.patient-header,.patient-header .patient-info-main{flex-direction:column}.patient-header .patient-info-main .btn-back{align-self:flex-start}.patient-header .patient-actions{width:100%;justify-content:flex-end}.patient-header .patient-actions .attendance-controls{width:100%;flex-direction:row;justify-content:space-between;align-items:center}.patient-header .patient-actions .attendance-controls .attendance-timer{align-items:flex-start}.anamnese-section .anamnese-tabs__tab{padding:var(--space-2) var(--space-3);font-size:var(--font-size-xs)}}@media (max-width: 768px){.records-page,.patient-header{padding:var(--space-4)}.patient-header .patient-details h1{font-size:var(--font-size-xl)}.patient-header .patient-meta{flex-direction:column;gap:var(--space-2)}.patient-header .patient-actions .attendance-controls{flex-direction:column;align-items:flex-start}.patient-header .patient-actions .attendance-controls .btn-finish-attendance{width:100%}.tabs-content{padding:var(--space-3)}}.records-editor__toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-5);padding-bottom:var(--space-4);border-bottom:1px solid var(--border-light)}.records-editor__toolbar h3{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0}.records-editor__actions{display:flex;gap:var(--space-3)}.records-editor__selector{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);padding:var(--space-4);background:var(--bg-card);border-radius:var(--radius-sm);border:1px solid var(--border-light)}.records-editor__selector-label{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-secondary);white-space:nowrap}.records-editor__select{flex:1;padding:var(--space-2) var(--space-3);background:var(--bg-page);border:1px solid var(--border-medium);border-radius:var(--radius-sm);color:var(--text-primary);font-size:var(--font-size-sm);cursor:pointer}.records-editor__select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-bg-light)}.records-editor__form{display:flex;flex-direction:column;gap:var(--space-5)}.records-editor__row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}@media (max-width: 768px){.records-editor__row{grid-template-columns:1fr}}.records-editor__field{display:flex;flex-direction:column;gap:var(--space-2)}.records-editor__label{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.records-editor__input{padding:var(--space-3);background:var(--bg-page);border:1px solid var(--border-medium);border-radius:var(--radius-sm);color:var(--text-primary);font-size:var(--font-size-sm)}.records-editor__input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-bg-light)}.records-editor__textarea{padding:var(--space-3);background:var(--bg-page);border:1px solid var(--border-medium);border-radius:var(--radius-sm);color:var(--text-primary);font-size:var(--font-size-sm);font-family:inherit;resize:vertical;line-height:1.6}.records-editor__textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-bg-light)}.records-editor__textarea--sm{min-height:80px}.records-editor__textarea--md{min-height:130px}.records-editor__textarea--lg{min-height:200px}.records-editor__footer{display:flex;justify-content:flex-end;align-items:center;gap:var(--space-3);padding-top:var(--space-4);border-top:1px solid var(--border-light)}.records-history__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-5)}.records-history__header h3{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0}.records-history__empty{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);padding:var(--space-10) var(--space-6);text-align:center}.records-history__list{display:flex;flex-direction:column;gap:var(--space-3)}.records-history__item{display:grid;grid-template-columns:120px 1fr auto;gap:var(--space-4);align-items:center;padding:var(--space-4) var(--space-5);background:var(--bg-card);border-radius:var(--radius-sm);border:1px solid var(--border-light);cursor:pointer;transition:all var(--transition-fast)}.records-history__item:hover{border-color:var(--primary);background:var(--primary-bg-light);transform:translate(2px)}@media (max-width: 768px){.records-history__item{grid-template-columns:1fr}}.records-history__date{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--primary)}.records-history__info{display:flex;flex-direction:column;gap:var(--space-1);min-width:0}.records-history__complaint{font-size:var(--font-size-sm);color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.records-history__diagnosis{font-size:var(--font-size-xs);color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.records-history__physician{font-size:var(--font-size-xs);color:var(--text-tertiary)}.records-history__status{flex-shrink:0}.status-badge{display:inline-flex;align-items:center;padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold)}.status-badge--completed{background:#43e97b26;color:var(--success)}.status-badge--scheduled{background:#a78bfa26;color:var(--info)}.status-badge--canceled{background:#fa709a26;color:var(--accent-pink)}.btn-sm{padding:var(--space-2) var(--space-4)!important;font-size:var(--font-size-xs)!important}.btn-danger{padding:var(--space-3) var(--space-5);background:#fa709a26;color:var(--accent-pink);border:1px solid rgba(250,112,154,.3);border-radius:var(--radius-sm);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all var(--transition-fast)}.btn-danger:hover{background:#fa709a40;border-color:var(--accent-pink)}@keyframes ui-spin{to{transform:rotate(360deg)}}.ui-spinner{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ui-spinner__circle{display:block;border-radius:50%;border-style:solid;border-color:var(--primary-border-medium, rgba(43, 122, 111, .25));border-top-color:var(--primary);animation:ui-spin .7s linear infinite}.ui-spinner--sm .ui-spinner__circle{width:16px;height:16px;border-width:2px}.ui-spinner--md .ui-spinner__circle{width:32px;height:32px;border-width:3px}.ui-spinner--lg .ui-spinner__circle{width:48px;height:48px;border-width:4px}.ui-spinner--primary .ui-spinner__circle{border-color:var(--primary-border-medium, rgba(43, 122, 111, .25));border-top-color:var(--primary)}.ui-spinner--inverse .ui-spinner__circle{border-color:#ffffff4d;border-top-color:#fff}.ui-spinner--muted .ui-spinner__circle{border-color:var(--border);border-top-color:var(--text-tertiary)}.prescriptions-page{padding:var(--space-6);max-width:1200px;margin:0 auto}.prescriptions-page__content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-6);margin-top:var(--space-6)}.prescriptions-page__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4);margin-bottom:var(--space-6)}.prescriptions-page__stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:var(--space-4) var(--space-5);transition:all var(--transition-fast);border-left:3px solid var(--primary)}.prescriptions-page__stat-card:hover{box-shadow:var(--shadow-sm)}.prescriptions-page__stat-card--green{border-left-color:var(--success)}.prescriptions-page__stat-card--blue{border-left-color:var(--info)}.prescriptions-page__stat-card--purple{border-left-color:var(--secondary)}.prescriptions-page__stat-value{font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin-bottom:var(--space-1)}.prescriptions-page__stat-label{font-size:var(--font-size-xs);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-weight:var(--font-weight-medium)}.prescriptions-page__filters{margin-bottom:var(--space-4);padding:var(--space-4);background:var(--bg-highlight);border-radius:var(--radius-sm);border:1px solid var(--border-light)}.prescriptions-page__filters-row{display:flex;align-items:flex-end;gap:var(--space-4);flex-wrap:wrap}.prescriptions-page__filter-group{display:flex;flex-direction:column;gap:var(--space-1);min-width:150px}.prescriptions-page__filter-group label{display:flex;align-items:center;gap:var(--space-1);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--text-secondary)}.prescriptions-page__filter-group label svg{opacity:.6}.prescriptions-page__filter-group select,.prescriptions-page__filter-group input{min-width:140px}.prescriptions-page__filter-clear{padding:var(--space-2) var(--space-4);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:var(--font-size-xs);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.prescriptions-page__filter-clear:hover{border-color:var(--error);color:var(--error)}.prescriptions-page__results-count{font-size:var(--font-size-sm);color:var(--text-secondary);margin-bottom:var(--space-4);padding-bottom:var(--space-3);border-bottom:1px solid var(--border-light)}.prescriptions-page__results-count span{color:var(--text-tertiary)}.prescriptions-page__history-container{display:flex;flex-direction:column}.prescriptions-page__history{display:flex;flex-direction:column;gap:var(--space-3)}.prescriptions-page__detail-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);overflow:hidden;transition:box-shadow var(--transition-fast)}.prescriptions-page__detail-card:hover{box-shadow:var(--shadow-sm)}.prescriptions-page__detail-card--expanded{border-color:var(--primary)}.prescriptions-page__detail-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) var(--space-4);cursor:pointer;-webkit-user-select:none;user-select:none;gap:var(--space-4)}.prescriptions-page__detail-header:hover{background:var(--bg-card-hover)}.prescriptions-page__detail-left{display:flex;align-items:center;gap:var(--space-3);flex-shrink:0}.prescriptions-page__detail-right{display:flex;align-items:center;gap:var(--space-3);min-width:0}.prescriptions-page__detail-right svg{flex-shrink:0;color:var(--text-tertiary)}.prescriptions-page__detail-date{display:flex;align-items:center;gap:var(--space-1);font-size:var(--font-size-xs);color:var(--text-tertiary);white-space:nowrap}.prescriptions-page__detail-date svg{opacity:.5}.prescriptions-page__detail-meds-summary{display:flex;flex-wrap:wrap;gap:var(--space-1);min-width:0}.prescriptions-page__detail-patient{padding:0 var(--space-4) var(--space-1);font-size:var(--font-size-sm);color:var(--text-secondary)}.prescriptions-page__detail-patient strong{font-weight:var(--font-weight-medium);color:var(--text-primary)}.prescriptions-page__detail-doctor{padding:0 var(--space-4) var(--space-2);font-size:var(--font-size-xs);color:var(--text-tertiary)}.prescriptions-page__detail-doctor strong{font-weight:var(--font-weight-medium)}.prescriptions-page__detail-body{padding:var(--space-4);border-top:1px solid var(--border-light);background:var(--bg-highlight)}.prescriptions-page__detail-meds{margin-bottom:var(--space-4)}.prescriptions-page__detail-meds h4{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0 0 var(--space-3)}.prescriptions-page__detail-med-item{display:flex;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--border-light);border-radius:var(--radius-sm);background:var(--surface);margin-bottom:var(--space-2)}.prescriptions-page__detail-med-item:last-child{margin-bottom:0}.prescriptions-page__detail-med-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--bg-highlight);color:var(--primary);border-radius:50%;font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);flex-shrink:0}.prescriptions-page__detail-med-info{flex:1;min-width:0}.prescriptions-page__detail-med-name{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin-bottom:var(--space-1)}.prescriptions-page__detail-med-commercial{font-weight:var(--font-weight-normal);color:var(--text-secondary)}.prescriptions-page__detail-med-details{display:flex;flex-wrap:wrap;gap:var(--space-3);font-size:var(--font-size-xs);color:var(--text-secondary)}.prescriptions-page__detail-med-details strong{color:var(--text-primary);font-weight:var(--font-weight-medium)}.prescriptions-page__detail-med-instructions{margin-top:var(--space-1);font-size:var(--font-size-xs);color:var(--text-secondary);font-style:italic}.prescriptions-page__detail-med-instructions strong{font-weight:var(--font-weight-medium);font-style:normal}.prescriptions-page__detail-notes{margin-bottom:var(--space-4);padding:var(--space-3);background:var(--warning-bg);border-radius:var(--radius-sm);border-left:3px solid var(--warning)}.prescriptions-page__detail-notes h4{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0 0 var(--space-2)}.prescriptions-page__detail-notes p{font-size:var(--font-size-sm);color:var(--text-secondary);margin:0;white-space:pre-wrap}.prescriptions-page__detail-validity{display:flex;gap:var(--space-4);flex-wrap:wrap;font-size:var(--font-size-xs);color:var(--text-secondary);margin-bottom:var(--space-4);padding:var(--space-2) var(--space-3);background:var(--info-bg);border-radius:var(--radius-sm)}.prescriptions-page__detail-actions{display:flex;gap:var(--space-2);padding-top:var(--space-3);border-top:1px solid var(--border-light)}.prescriptions-page__btn-primary{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);background:var(--primary);color:var(--text-inverse);border:none;border-radius:var(--radius-sm);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:background var(--transition-fast);white-space:nowrap}.prescriptions-page__btn-primary:hover:not([disabled]){background:var(--primary-dark)}.prescriptions-page__btn-primary[disabled]{opacity:.6;cursor:not-allowed}.prescriptions-page__btn-secondary{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-4);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast)}.prescriptions-page__btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.prescriptions-page__btn-secondary--success:hover{border-color:var(--success);color:var(--success)}.prescriptions-page__btn-secondary--danger:hover{border-color:var(--error);color:var(--error)}.prescriptions-page__patient-search{max-width:600px;margin:0 auto}.prescriptions-page__patient-search h3{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0 0 var(--space-4)}.prescriptions-page__search-box{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);transition:border-color var(--transition-fast)}.prescriptions-page__search-box:focus-within{border-color:var(--primary)}.prescriptions-page__search-box svg{color:var(--text-tertiary);flex-shrink:0}.prescriptions-page__search-box input{flex:1;border:none;outline:none;font-size:var(--font-size-sm);color:var(--text-primary);background:transparent}.prescriptions-page__search-box input::placeholder{color:var(--text-tertiary)}.prescriptions-page__searching{font-size:var(--font-size-xs);color:var(--text-tertiary)}.prescriptions-page__results{margin-top:var(--space-2);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden}.prescriptions-page__results--inline{max-height:200px;overflow-y:auto}.prescriptions-page__result-item{width:100%;display:block;padding:var(--space-3) var(--space-4);border:none;border-bottom:1px solid var(--border-light);background:var(--surface);text-align:left;cursor:pointer;transition:background var(--transition-fast)}.prescriptions-page__result-item:hover{background:var(--surface-secondary)}.prescriptions-page__result-item:last-child{border-bottom:none}.prescriptions-page__result-name{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-primary)}.prescriptions-page__result-info{display:flex;gap:var(--space-3);font-size:var(--font-size-xs);color:var(--text-tertiary);margin-top:var(--space-0-5)}.prescriptions-page__no-results{text-align:center;color:var(--text-tertiary);font-size:var(--font-size-sm);padding:var(--space-6) 0}.prescriptions-page__selected-patient{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) var(--space-4);background:var(--bg-highlight);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:var(--space-4)}.prescriptions-page__selected-info{display:flex;align-items:center;gap:var(--space-3);font-size:var(--font-size-sm);color:var(--text-primary)}.prescriptions-page__selected-info strong{font-weight:var(--font-weight-semibold)}.prescriptions-page__selected-info span{color:var(--text-secondary)}.prescriptions-page__change-patient{padding:var(--space-1) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);font-size:var(--font-size-xs);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast)}.prescriptions-page__change-patient:hover{border-color:var(--primary);color:var(--primary)}.prescriptions-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-12) 0;color:var(--text-tertiary)}.prescriptions-page__loading p{margin:0;font-size:var(--font-size-sm)}.prescriptions-page__med-chip{font-size:var(--font-size-xs);padding:var(--space-0-5) var(--space-2);background:var(--surface-secondary);border-radius:var(--radius-full);color:var(--text-secondary);white-space:nowrap}.prescriptions-page__med-more{font-size:var(--font-size-xs);padding:var(--space-0-5) var(--space-2);color:var(--text-tertiary)}.prescriptions-page__internal-form{display:flex;flex-direction:column;gap:var(--space-6);margin-top:var(--space-4)}.prescriptions-page__form-section h3{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0 0 var(--space-4)}.prescriptions-page__med-row{border:1px solid var(--border);border-radius:var(--radius-sm);padding:var(--space-4);margin-bottom:var(--space-3);background:var(--surface);position:relative}.prescriptions-page__med-row-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-3)}.prescriptions-page__med-index{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--bg-highlight);color:var(--primary);border-radius:50%;font-size:var(--font-size-xs);font-weight:var(--font-weight-bold)}.prescriptions-page__med-remove{border:none;background:transparent;cursor:pointer;color:var(--text-tertiary);padding:var(--space-1);border-radius:var(--radius-sm);transition:all var(--transition-fast);line-height:0}.prescriptions-page__med-remove:hover{background:var(--error-bg);color:var(--error)}.prescriptions-page__med-search{margin-bottom:var(--space-3);position:relative}.prescriptions-page__med-selected{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);background:var(--bg-highlight);border-radius:var(--radius-sm);margin-bottom:var(--space-3)}.prescriptions-page__med-name{flex:1;font-size:var(--font-size-sm);color:var(--text-primary)}.prescriptions-page__med-name span{color:var(--text-secondary)}.prescriptions-page__link-btn{border:none;background:transparent;color:var(--primary);font-size:var(--font-size-xs);cursor:pointer;text-decoration:underline;padding:0}.prescriptions-page__link-btn:hover{color:var(--primary-dark)}.prescriptions-page__med-fields{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3)}.prescriptions-page__field-group{display:flex;flex-direction:column;gap:var(--space-1)}.prescriptions-page__field-group label{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--text-secondary)}.prescriptions-page__field-group--full{grid-column:1/-1}.prescriptions-page__input{padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--surface);outline:none;width:100%;box-sizing:border-box;transition:border-color var(--transition-fast)}.prescriptions-page__input:focus{border-color:var(--primary)}.prescriptions-page__input--date{width:auto;max-width:200px}.prescriptions-page__input[disabled]{opacity:.6;cursor:not-allowed}.prescriptions-page__textarea{padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--surface);outline:none;width:100%;box-sizing:border-box;resize:vertical;font-family:inherit;transition:border-color var(--transition-fast)}.prescriptions-page__textarea:focus{border-color:var(--primary)}.prescriptions-page__add-med{display:flex;align-items:center;justify-content:center;gap:var(--space-2);border:1px dashed var(--border);background:transparent;color:var(--primary);font-size:var(--font-size-sm);padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);cursor:pointer;width:100%;transition:all var(--transition-fast)}.prescriptions-page__add-med:hover{border-color:var(--primary);background:var(--bg-highlight)}.prescriptions-page__form-error{padding:var(--space-3) var(--space-4);background:var(--error-bg);border:1px solid var(--error-light);border-radius:var(--radius-sm);color:var(--error);font-size:var(--font-size-sm)}.prescriptions-page__form-success{padding:var(--space-3) var(--space-4);background:var(--success-bg);border:1px solid var(--success-light);border-radius:var(--radius-sm);color:var(--success);font-size:var(--font-size-sm)}.prescriptions-page__form-actions{display:flex;justify-content:flex-end;padding-top:var(--space-2)}@media (max-width: 1024px){.prescriptions-page__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.prescriptions-page{padding:var(--space-4)}.prescriptions-page__stats{grid-template-columns:repeat(2,1fr);gap:var(--space-2)}.prescriptions-page__filters-row{flex-direction:column;gap:var(--space-3)}.prescriptions-page__filter-group{min-width:100%}.prescriptions-page__selected-patient{flex-direction:column;gap:var(--space-2);align-items:flex-start}.prescriptions-page__selected-info{flex-direction:column;gap:var(--space-1)}.prescriptions-page__med-fields{grid-template-columns:1fr}.prescriptions-page__field-group--full{grid-column:1}.prescriptions-page__detail-header{flex-direction:column;align-items:flex-start;gap:var(--space-2)}.prescriptions-page__detail-right{width:100%;justify-content:space-between}.prescriptions-page__detail-actions{flex-wrap:wrap}.prescriptions-page__form-actions{justify-content:stretch}.prescriptions-page__btn-primary{width:100%;justify-content:center}}.fin-summary-row{display:flex;gap:var(--space-4);margin-bottom:var(--space-5)}.fin-summary-card{flex:1;padding:var(--space-4);background:var(--bg-secondary, var(--bg-card, #fff));border-radius:var(--radius-md);border:1px solid var(--border-color, var(--border, #e0e0e0))}.fin-summary-card__label{font-size:var(--font-size-xs);color:var(--text-secondary);margin-bottom:var(--space-1)}.fin-summary-card__value{font-size:var(--font-size-xl);font-weight:600}.fin-summary-card__value--warning{color:var(--warning-color, var(--warning, #f59e0b))}.fin-summary-card__value--error{color:var(--error-color, var(--error, #dc2626))}.fin-summary-card__value--success{color:var(--success-color, var(--success, #16a34a))}.fin-summary-card__value--primary{color:var(--primary)}.fin-controls{display:flex;gap:var(--space-2);margin-bottom:var(--space-4);align-items:center;flex-wrap:wrap}.fin-spacer{flex:1}.fin-subtab-btn{padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);border:none;cursor:pointer}.fin-subtab-btn--active{background:var(--primary);color:#fff;font-weight:600}.fin-subtab-btn--inactive{background:transparent;color:var(--text-primary);font-weight:400}.fin-filter-select{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--border-color, var(--border, #d1d5db))}.fin-btn-primary{padding:var(--space-2) var(--space-4);background:var(--primary);color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer}.fin-btn-secondary{padding:var(--space-2) var(--space-4);background:transparent;border:1px solid var(--border-color, var(--border));border-radius:var(--radius-sm);cursor:pointer}.fin-btn-action-row{display:flex;justify-content:flex-end;margin-bottom:var(--space-4)}.fin-table-wrapper{background:var(--bg-secondary, var(--bg-card, #fff));border-radius:var(--radius-md);border:1px solid var(--border-color, var(--border, #e0e0e0));overflow:auto}.fin-table{width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.fin-table thead tr{border-bottom:2px solid var(--border-color, var(--border, #e0e0e0))}.fin-table th{padding:var(--space-3);text-align:left}.fin-table th.text-right{text-align:right}.fin-table th.text-center{text-align:center}.fin-table tbody tr{border-bottom:1px solid var(--border-color, var(--border, #f0f0f0))}.fin-table td{padding:var(--space-2-5) var(--space-3)}.fin-table td.text-right{text-align:right}.fin-table td.text-center{text-align:center}.fin-table td.fw-500{font-weight:500}.fin-table td.fw-600{font-weight:600}.fin-table--sm{font-size:var(--font-size-xs)}.fin-table--sm th,.fin-table--sm td{padding:var(--space-2)}.fin-table--sm td{padding:var(--space-1-5) var(--space-2)}.fin-table__empty{padding:var(--space-10);text-align:center;color:var(--text-secondary)}.fin-table__loading{padding:var(--space-10);text-align:center}.fin-badge{display:inline-block;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-2xl);font-size:var(--font-size-xs)}.fin-badge--open,.fin-badge--warning,.fin-badge--pending{background:var(--warning-bg, color-mix(in srgb, var(--warning) 15%, var(--bg-card)));color:var(--warning-text, var(--warning))}.fin-badge--paid,.fin-badge--success,.fin-badge--received,.fin-badge--active{background:var(--success-bg, color-mix(in srgb, var(--success) 15%, var(--bg-card)));color:var(--success-text, var(--success))}.fin-badge--closed,.fin-badge--info{background:var(--info-bg, color-mix(in srgb, var(--info) 15%, var(--bg-card)));color:var(--info-text, var(--info))}.fin-badge--overdue,.fin-badge--error,.fin-badge--cancelled{background:var(--error-bg, color-mix(in srgb, var(--error) 15%, var(--bg-card)));color:var(--error-text, var(--error))}.fin-badge--partial{background:var(--warning-bg, color-mix(in srgb, var(--warning) 15%, var(--bg-card)));color:var(--warning-text, var(--warning))}.fin-badge--draft{background:color-mix(in srgb,var(--text-tertiary) 10%,var(--bg-card));color:var(--text-secondary)}.fin-badge--sm{padding:var(--space-0) var(--space-1-5);border-radius:var(--radius-xl);font-size:var(--font-size-2xs)}.fin-action-btns{display:flex;gap:4px;justify-content:center}.fin-btn-view,.fin-btn-edit{padding:var(--space-1) var(--space-2);background:var(--success-light);border:none;border-radius:var(--radius-sm);cursor:pointer;font-size:var(--font-size-xs)}.fin-btn-pay,.fin-btn-receive{padding:var(--space-0-5) var(--space-1-5);background:var(--success-bg);border:none;border-radius:var(--radius-sm);cursor:pointer;font-size:var(--font-size-2xs)}.fin-btn-delete{padding:var(--space-1) var(--space-2);background:var(--error-light);border:none;border-radius:var(--radius-sm);cursor:pointer;font-size:var(--font-size-xs)}.fin-btn-duplicate{padding:var(--space-1-5) var(--space-3);background:var(--bg-hover-light);border:none;border-radius:var(--radius-sm);cursor:pointer;font-size:var(--font-size-xs)}.fin-btn-deactivate{padding:var(--space-1-5) var(--space-3);background:var(--error-light);border:none;border-radius:var(--radius-sm);cursor:pointer;font-size:var(--font-size-xs)}.fin-btn-generate{padding:var(--space-1-5) var(--space-3);background:var(--success-light);border:none;border-radius:var(--radius-sm);cursor:pointer;font-size:var(--font-size-xs)}.fin-btn-install{padding:var(--space-2) var(--space-4);background:var(--primary);color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer}.fin-btn-pdf{padding:var(--space-1) var(--space-2);background:var(--success-light);border:none;border-radius:var(--radius-sm);cursor:pointer;font-size:var(--font-size-xs)}.fin-item-card{background:var(--bg-secondary, var(--bg-card, #fff));border-radius:var(--radius-md);border:1px solid var(--border-color, var(--border, #e0e0e0))}.fin-item-card__header{padding:var(--space-4);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.fin-item-card__name{font-weight:600;font-size:var(--font-size-sm)}.fin-item-card__meta{font-size:var(--font-size-xs);color:var(--text-secondary);margin-top:var(--space-0-5)}.fin-item-card__body{padding:0 var(--space-4) var(--space-4);border-top:1px solid var(--border-color, var(--border, #f0f0f0))}.fin-item-card--list{display:flex;justify-content:space-between;align-items:center}.fin-empty{padding:var(--space-10);text-align:center;color:var(--text-secondary);background:var(--bg-secondary, var(--bg-card));border-radius:var(--radius-md)}.fin-loading{padding:var(--space-10);text-align:center}.fin-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center}.fin-modal{background:var(--bg-secondary, var(--bg-card, #fff));border-radius:var(--radius-lg);padding:var(--space-6);width:450px}.fin-modal--md{width:500px}.fin-modal--lg{width:600px;max-height:80vh;overflow:auto}.fin-modal__header{display:flex;justify-content:space-between;margin-bottom:var(--space-4)}.fin-modal__header h3{margin:0}.fin-modal__close{background:none;border:none;font-size:var(--font-size-lg);cursor:pointer}.fin-modal__form-grid{display:grid;gap:var(--space-3)}.fin-modal__form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3)}.fin-modal__actions{display:flex;gap:var(--space-3);margin-top:var(--space-4);justify-content:flex-end}.fin-input{padding:var(--space-2-5);border-radius:var(--radius-sm);border:1px solid var(--border-color, var(--border, #d1d5db));width:100%;box-sizing:border-box}.fin-label{font-size:var(--font-size-xs);color:var(--text-secondary);display:block;margin-bottom:var(--space-1)}.fin-btn-cancel{padding:var(--space-2-5) var(--space-5);border-radius:var(--radius-sm);border:1px solid var(--border-color, var(--border));background:transparent;cursor:pointer}.fin-btn-submit{padding:var(--space-2-5) var(--space-5);border-radius:var(--radius-sm);border:none;background:var(--primary);color:#fff;cursor:pointer}.fin-alert-warning{padding:var(--space-2) var(--space-3);background:var(--warning-light);border-radius:var(--radius-sm);margin-bottom:var(--space-4);font-size:var(--font-size-xs);color:var(--warning-dark)}.fin-import-label{padding:var(--space-2) var(--space-4);background:var(--bg-secondary, var(--bg-card, #fff));border:1px dashed var(--border-color, var(--border));border-radius:var(--radius-sm);cursor:pointer;font-size:var(--font-size-sm)}.fin-reconcile-pending-header{padding:var(--space-4);border-bottom:1px solid var(--border-color, var(--border, #e0e0e0));font-weight:600}.fin-reconcile-item{padding:var(--space-4);border-bottom:1px solid var(--border-color, var(--border, #f0f0f0))}.fin-reconcile-suggestion{margin-top:var(--space-2-5);padding:var(--space-2-5);background:var(--bg-primary, #f8f9fa);border-radius:var(--radius-sm);display:flex;justify-content:space-between;align-items:center}.fin-reconcile-value{font-weight:600;font-size:var(--font-size-base)}.fin-reconcile-value--credit{color:var(--success-color, var(--success, #16a34a))}.fin-reconcile-value--debit{color:var(--error-color, var(--error, #dc2626))}.fin-auto-result{font-size:var(--font-size-sm);color:var(--success-color, var(--success, #16a34a))}.fin-reconcile-btn{padding:var(--space-1-5) var(--space-3-5);background:var(--success-color, var(--success, #16a34a));color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer;font-size:var(--font-size-xs)}.ibc{position:relative}.ibc__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-4)}.ibc__title{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin:0}.ibc__btn{display:inline-flex;align-items:center;gap:5px;padding:var(--space-1-5) var(--space-3);font-size:var(--font-size-xs);font-weight:600;border-radius:var(--radius);cursor:pointer;border:1px solid transparent;transition:all .15s}.ibc__btn svg{flex-shrink:0}.ibc__btn--primary{background:var(--primary);color:#fff}.ibc__btn--primary:hover{background:var(--primary-dark)}.ibc__btn--primary:disabled{opacity:.5;cursor:not-allowed}.ibc__btn--ghost{background:transparent;color:var(--text-secondary)}.ibc__btn--ghost:hover{background:var(--bg-hover, rgba(0, 0, 0, .04))}.ibc__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:var(--text-tertiary);border-radius:var(--radius-sm);cursor:pointer;transition:all .15s}.ibc__icon-btn:hover{background:var(--bg-hover, rgba(0, 0, 0, .06));color:var(--primary)}.ibc__icon-btn--danger:hover{color:var(--error);background:var(--error-bg, rgba(239, 68, 68, .08))}.ibc__form{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4);margin-bottom:var(--space-4)}.ibc__form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--space-3)}.ibc__field{display:flex;flex-direction:column;gap:var(--space-1)}.ibc__field--wide{grid-column:1/-1}.ibc__field label{font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary)}.ibc__field input,.ibc__field select{padding:var(--space-1-5) var(--space-2-5);border:1px solid var(--border-input);border-radius:var(--radius-sm);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--bg-input)}.ibc__field input:focus,.ibc__field select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 15%,transparent)}.ibc__form-actions{display:flex;gap:var(--space-2);margin-top:var(--space-3);justify-content:flex-end}.ibc__table-wrapper{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.ibc__table{width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.ibc__table th{text-align:left;padding:var(--space-2) var(--space-3);font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);background:var(--bg-card-hover);border-bottom:1px solid var(--border)}.ibc__table td{padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border-light);color:var(--text-primary)}.ibc__table tr:last-child td{border-bottom:none}.ibc__table tr:hover td{background:var(--bg-card-hover)}.ibc__row--inactive td{opacity:.5}.ibc__cell--name{font-weight:600}.ibc__cell--actions{display:flex;gap:2px;justify-content:flex-end}.ibc__badge{display:inline-block;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-full);font-size:var(--font-size-2xs);font-weight:600}.ibc__badge--active{background:var(--success-bg);color:var(--success)}.ibc__badge--inactive{background:#6b72801a;color:var(--text-tertiary)}.ibc__loading,.ibc__empty{text-align:center;padding:var(--space-8);color:var(--text-tertiary);font-size:var(--font-size-sm)}.ibc__toast{position:fixed;top:var(--space-4);right:var(--space-4);padding:var(--space-2-5) var(--space-4);border-radius:var(--radius);font-size:var(--font-size-sm);font-weight:500;z-index:1100;animation:ibc-toast-in .2s ease}.ibc__toast--success{background:var(--success);color:#fff}.ibc__toast--error{background:var(--error);color:#fff}@keyframes ibc-toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.ibc__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000;display:flex;align-items:center;justify-content:center}.ibc__modal{background:var(--bg-card);border-radius:var(--radius-lg, 12px);box-shadow:0 20px 60px #0003;width:480px;max-width:90vw;max-height:80vh;overflow-y:auto;padding:var(--space-5)}.ibc__modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-4)}.ibc__modal-header h4{margin:0;font-size:var(--font-size-base);font-weight:600;color:var(--text-primary)}.ibc__modal-actions{display:flex;justify-content:flex-end;margin-top:var(--space-4);padding-top:var(--space-3);border-top:1px solid var(--border-light)}.ibc__prices-list{display:flex;flex-direction:column;gap:var(--space-2)}.ibc__price-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-1-5) 0;border-bottom:1px solid var(--border-light)}.ibc__price-row:last-child{border-bottom:none}.ibc__price-name{font-size:var(--font-size-sm);color:var(--text-primary);flex:1}.ibc__price-input-wrapper{display:flex;align-items:center;gap:var(--space-1);flex-shrink:0}.ibc__price-prefix{font-size:var(--font-size-xs);color:var(--text-tertiary);font-weight:600}.ibc__price-input{width:100px;padding:var(--space-1) var(--space-2);border:1px solid var(--border-input);border-radius:var(--radius-sm);font-size:var(--font-size-sm);text-align:right;color:var(--text-primary);background:var(--bg-input)}.ibc__price-input:focus{outline:none;border-color:var(--primary)}.irt__nav{display:flex;gap:var(--space-1);margin-bottom:var(--space-4);border-bottom:1px solid var(--border);padding-bottom:var(--space-1)}.irt__nav-btn{padding:var(--space-1-5) var(--space-3);font-size:var(--font-size-sm);font-weight:500;color:var(--text-secondary);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s}.irt__nav-btn:hover{color:var(--text-primary)}.irt__nav-btn--active{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.irt__section{margin-bottom:var(--space-6)}.irt__subtitle{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin:0 0 var(--space-3)}.irt__toolbar{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap}.irt__month-label{display:flex;align-items:center;gap:var(--space-1);font-size:var(--font-size-sm);font-weight:600;color:var(--text-secondary)}.irt__month-input{padding:var(--space-1) var(--space-2);border:1px solid var(--border-input);border-radius:var(--radius-sm);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--bg-input)}.irt__totals{display:flex;gap:var(--space-3);margin-left:auto}.irt__total{font-size:var(--font-size-sm);color:var(--text-secondary)}.irt__total--highlight{font-weight:700;color:var(--primary);font-size:var(--font-size-base)}.irt__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-3);margin-bottom:var(--space-5)}.irt__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.irt__card-header{padding:var(--space-2-5) var(--space-3);background:var(--bg-card-hover);border-bottom:1px solid var(--border-light)}.irt__card-name{font-size:var(--font-size-sm);font-weight:700;color:var(--text-primary)}.irt__card-body{padding:var(--space-2-5) var(--space-3)}.irt__card-row{display:flex;justify-content:space-between;align-items:center;padding:var(--space-1) 0}.irt__card-row:not(:last-child){border-bottom:1px solid var(--border-light)}.irt__card-label{font-size:var(--font-size-xs);color:var(--text-tertiary)}.irt__card-value{font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary)}.irt__card-value--money{font-weight:700;color:var(--primary)}.irt__chart-wrapper{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4);max-width:700px}.irt__chart-title{font-size:var(--font-size-sm);font-weight:600;color:var(--text-secondary);margin:0 0 var(--space-3)}.irt__upload-form{margin-bottom:var(--space-4)}.irt__upload-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-3);margin-bottom:var(--space-3)}.irt__field{display:flex;flex-direction:column;gap:var(--space-1)}.irt__field label{font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary)}.irt__field input,.irt__field select{padding:var(--space-1-5) var(--space-2-5);border:1px solid var(--border-input);border-radius:var(--radius-sm);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--bg-input)}.irt__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-8);border:2px dashed var(--border);border-radius:var(--radius);color:var(--text-tertiary);font-size:var(--font-size-sm);cursor:pointer;transition:all .15s}.irt__dropzone:hover:not(.irt__dropzone--disabled){border-color:var(--primary);color:var(--primary);background:color-mix(in srgb,var(--primary) 4%,transparent)}.irt__dropzone--disabled{opacity:.5;cursor:not-allowed}.irt__result-summary{display:flex;gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap}.irt__result-card{display:inline-flex;align-items:center;gap:var(--space-1-5);padding:var(--space-2) var(--space-3);border-radius:var(--radius);font-size:var(--font-size-sm);font-weight:600;background:var(--bg-card);border:1px solid var(--border)}.irt__result-card--success{color:var(--success);background:var(--success-bg);border-color:var(--success)}.irt__result-card--warning{color:var(--warning);background:var(--warning-bg);border-color:var(--warning)}.irt__result-card--error{color:var(--error);background:var(--error-bg);border-color:var(--error)}.irt__filters{display:flex;gap:var(--space-1)}.irt__filter-btn{padding:var(--space-0-5) var(--space-2);font-size:var(--font-size-2xs);font-weight:500;border:1px solid var(--border);border-radius:var(--radius-full);background:transparent;color:var(--text-secondary);cursor:pointer;transition:all .15s}.irt__filter-btn:hover{background:var(--bg-hover)}.irt__filter-btn--active{background:var(--primary);color:#fff;border-color:var(--primary)}.irt__table-wrapper{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow-x:auto;margin-bottom:var(--space-3)}.irt__table{width:100%;border-collapse:collapse;font-size:var(--font-size-xs)}.irt__table th{text-align:left;padding:var(--space-2) var(--space-2-5);font-weight:600;color:var(--text-secondary);background:var(--bg-card-hover);border-bottom:1px solid var(--border);white-space:nowrap}.irt__table td{padding:var(--space-1-5) var(--space-2-5);border-bottom:1px solid var(--border-light);color:var(--text-primary)}.irt__table tr:last-child td{border-bottom:none}.irt__table tr:hover td{background:var(--bg-card-hover)}.irt__cell--mono{font-variant-numeric:tabular-nums;font-family:monospace}.irt__cell--money{font-weight:600;font-variant-numeric:tabular-nums;text-align:right}.irt__cell--truncate{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.irt__item-row--not_found td{opacity:.7}.irt__status-badge{display:inline-block;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-full);font-size:var(--font-size-2xs);font-weight:600}.irt__status-badge--reconciled{background:var(--success-bg);color:var(--success)}.irt__status-badge--uploaded{background:var(--info-bg);color:var(--info)}.irt__status-badge--processing{background:var(--warning-bg);color:var(--warning)}.irt__status-badge--error{background:var(--error-bg);color:var(--error)}.irt__btn{display:inline-flex;align-items:center;gap:5px;padding:var(--space-1-5) var(--space-3);font-size:var(--font-size-xs);font-weight:600;border-radius:var(--radius);cursor:pointer;border:1px solid transparent;transition:all .15s}.irt__btn--outline{background:transparent;color:var(--primary);border-color:var(--border)}.irt__btn--outline:hover{background:color-mix(in srgb,var(--primary) 6%,transparent)}.irt__btn--ghost{background:transparent;color:var(--text-secondary)}.irt__btn--ghost:hover{background:var(--bg-hover)}.irt__link-btn{background:none;border:none;color:var(--primary);font-size:var(--font-size-xs);font-weight:500;cursor:pointer;padding:var(--space-0-5) var(--space-1)}.irt__link-btn:hover{text-decoration:underline}.irt__loading,.irt__empty{text-align:center;padding:var(--space-8);color:var(--text-tertiary);font-size:var(--font-size-sm)}.card-title,.financial-page .modal-content .modal-header h2,.financial-page .charts-section .charts-grid .chart-card h3{font-size:var(--font-size-lg);font-weight:600;color:var(--text-primary);margin:0 0 var(--space-4) 0}.glass-card,.financial-page .charts-section .charts-grid .chart-card,.financial-page .bank-accounts .account-card,.financial-page .filters-actions,.financial-page .invoices-section,.financial-page .reconciliation-section,.financial-page .reports-section,.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4);box-shadow:none;transition:background-color var(--transition-fast),border-color var(--transition-fast)}.glass-card:hover,.financial-page .charts-section .charts-grid .chart-card:hover,.financial-page .bank-accounts .account-card:hover,.financial-page .filters-actions:hover,.financial-page .invoices-section:hover,.financial-page .reconciliation-section:hover,.financial-page .reports-section:hover,.stat-card:hover{box-shadow:var(--shadow-card-hover)}.grid-2,.financial-page .charts-section .charts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-6);margin:0 auto;max-width:100%}.grid-3,.financial-page .bank-accounts{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6);margin:0 auto;max-width:100%}.glass-table-container,.financial-page .transactions-table{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);overflow:hidden;transition:background-color var(--transition-fast),border-color var(--transition-fast)}.glass-table-container table,.financial-page .transactions-table table{width:100%;border-collapse:collapse}.glass-table-container table thead,.financial-page .transactions-table table thead{background:var(--table-header-bg)}.glass-table-container table thead th,.financial-page .transactions-table table thead th{padding:var(--space-4);text-align:left;font-weight:600;color:var(--primary);font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--table-header-border)}.glass-table-container table tbody tr,.financial-page .transactions-table table tbody tr{transition:background-color var(--transition-fast)}.glass-table-container table tbody tr:hover,.financial-page .transactions-table table tbody tr:hover{background:var(--table-row-hover)}.glass-table-container table tbody tr:nth-child(2n),.financial-page .transactions-table table tbody tr:nth-child(2n){background:var(--table-row-even)}.glass-table-container table tbody tr:nth-child(2n):hover,.financial-page .transactions-table table tbody tr:nth-child(2n):hover{background:var(--table-row-hover)}.glass-table-container table tbody tr td,.financial-page .transactions-table table tbody tr td{padding:var(--space-4);border-bottom:1px solid var(--table-cell-border);color:var(--text-primary);font-size:var(--font-size-sm)}.btn-primary,.financial-page .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary{background:var(--primary);color:var(--text-on-primary);padding:var(--space-3) var(--space-6);border-radius:var(--radius-sm);border:none;font-weight:600;font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-fast)}.btn-primary:hover,.financial-page .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:hover,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:hover,.btn-primary:active,.financial-page .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary:active,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary:active{background:var(--primary-dark)}.btn-secondary,.financial-page .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary{background:var(--bg-card);color:var(--text-primary);padding:var(--space-3) var(--space-6);border-radius:var(--radius-sm);border:1px solid var(--border-medium);font-weight:600;font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-fast)}.btn-secondary:hover,.financial-page .filters-actions .action-buttons .btn-secondary:hover,.financial-page .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .reports-section .section-header .header-actions .btn-secondary:hover{background:var(--bg-hover-light);border-color:var(--border-dark)}.btn-secondary:active,.financial-page .filters-actions .action-buttons .btn-secondary:active,.financial-page .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .reports-section .section-header .header-actions .btn-secondary:active{background:var(--bg-hover-subtle)}.btn-glass,.financial-page .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .btn-glass,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .btn-glass,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .btn-glass,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-glass,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-glass,.financial-page .filters-actions .action-buttons .btn-glass{background:var(--bg-card);color:var(--primary);padding:var(--space-3) var(--space-6);border-radius:var(--radius-sm);border:1px solid var(--border-medium);font-weight:600;font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-fast)}.btn-glass:hover,.financial-page .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .btn-glass:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .btn-glass:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .btn-glass:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:hover,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-glass:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:hover,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-glass:hover,.financial-page .filters-actions .action-buttons .btn-glass:hover{background:var(--bg-hover-light);border-color:var(--primary-light)}.btn-glass:active,.financial-page .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .btn-glass:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .btn-glass:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .btn-glass:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary:active,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-glass:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary:active,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-glass:active,.financial-page .filters-actions .action-buttons .btn-glass:active{background:var(--bg-hover-subtle)}.form-group,.financial-page .modal-content .modal-body .form-section .form-group{margin-bottom:var(--space-4)}.form-group label,.financial-page .modal-content .modal-body .form-section .form-group label{display:block;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-2);font-size:var(--font-size-sm)}.form-group input,.financial-page .modal-content .modal-body .form-section .form-group input,.form-group textarea,.financial-page .modal-content .modal-body .form-section .form-group textarea,.form-group select,.financial-page .modal-content .modal-body .form-section .form-group select{width:100%;padding:var(--space-3);border:1px solid var(--border-medium);border-radius:var(--radius-sm);font-size:var(--font-size-sm);background:var(--bg-input);color:var(--text-primary);transition:all var(--transition-fast)}.form-group input:focus,.financial-page .modal-content .modal-body .form-section .form-group input:focus,.form-group textarea:focus,.financial-page .modal-content .modal-body .form-section .form-group textarea:focus,.form-group select:focus,.financial-page .modal-content .modal-body .form-section .form-group select:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.form-group input:hover:not(:focus),.financial-page .modal-content .modal-body .form-section .form-group input:hover:not(:focus),.form-group textarea:hover:not(:focus),.financial-page .modal-content .modal-body .form-section .form-group textarea:hover:not(:focus),.form-group select:hover:not(:focus),.financial-page .modal-content .modal-body .form-section .form-group select:hover:not(:focus){border-color:var(--border-dark)}.form-group input::placeholder,.financial-page .modal-content .modal-body .form-section .form-group input::placeholder,.form-group textarea::placeholder,.financial-page .modal-content .modal-body .form-section .form-group textarea::placeholder,.form-group select::placeholder,.financial-page .modal-content .modal-body .form-section .form-group select::placeholder{color:var(--text-placeholder)}.form-group textarea,.financial-page .modal-content .modal-body .form-section .form-group textarea{resize:vertical;min-height:100px}.loading-state,.financial-page .loading-state,.empty-state,.financial-page .empty-state,.error-state,.financial-page .error-state{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-10);text-align:center;transition:background-color var(--transition-fast),border-color var(--transition-fast)}.loading-state,.financial-page .loading-state{color:var(--primary)}.empty-state,.financial-page .empty-state{color:var(--text-secondary)}.error-state,.financial-page .error-state{color:var(--error);background:var(--error-bg)}@media (max-width: 1024px){.main-content{padding:var(--space-4)}.grid-4,.grid-3,.financial-page .bank-accounts{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.main-content{padding:var(--space-3) var(--space-4)}.main-content .welcome-section{padding:var(--space-4)}.main-content .welcome-section h1{font-size:var(--font-size-2xl)}.main-content .welcome-section p{font-size:var(--font-size-xs)}.page-title{font-size:var(--font-size-2xl)}.section-title{font-size:var(--font-size-xl)}.grid-4,.grid-3,.financial-page .bank-accounts,.grid-2,.financial-page .charts-section .charts-grid,.grid-auto{grid-template-columns:1fr;gap:var(--space-4)}}.glass,.glass-subtle,.glass-strong,.glass-card,.financial-page .charts-section .charts-grid .chart-card,.financial-page .bank-accounts .account-card,.financial-page .filters-actions,.financial-page .invoices-section,.financial-page .reconciliation-section,.financial-page .reports-section,.stat-card{background:var(--bg-card);border:1px solid var(--border);box-shadow:none;border-radius:var(--radius);transition:var(--transition-theme)}.financial-page{flex:1;max-width:1440px;margin:0 auto;width:100%;padding:var(--space-6) var(--space-8)}@media (max-width: 1024px){.financial-page{padding:var(--space-5) var(--space-6)}}@media (max-width: 768px){.financial-page{padding:var(--space-4)}}.financial-page .welcome-section{margin-bottom:var(--space-6);padding-top:var(--space-2)}.financial-page .welcome-section h1{margin:0 0 var(--space-1) 0;font-size:var(--font-size-3xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);letter-spacing:-.02em}.financial-page .welcome-section p{margin:0;color:var(--text-secondary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}.financial-page .financial-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-4);margin-bottom:var(--space-5)}.financial-page .financial-summary .summary-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4);display:flex;align-items:center;gap:var(--space-3);transition:background-color var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast)}.financial-page .financial-summary .summary-card:hover{box-shadow:var(--shadow-card-hover)}.financial-page .financial-summary .summary-card .summary-icon{width:48px;height:48px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;flex-shrink:0}.financial-page .financial-summary .summary-card .summary-info{display:flex;flex-direction:column;gap:var(--space-1)}.financial-page .financial-summary .summary-card .summary-info .summary-label{font-size:var(--font-size-xs);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.financial-page .financial-summary .summary-card .summary-info .summary-value{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold)}.financial-page .financial-summary .summary-card.total .summary-icon{background:var(--success-bg);color:var(--success)}.financial-page .financial-summary .summary-card.total .summary-value{color:var(--success)}.financial-page .financial-summary .summary-card.pending .summary-icon{background:var(--error-bg);color:var(--error)}.financial-page .financial-summary .summary-card.pending .summary-value{color:var(--error)}.financial-page .financial-summary .summary-card.count .summary-icon{background:var(--primary-bg-medium);color:var(--primary)}.financial-page .financial-summary .summary-card.count .summary-value{color:var(--primary)}.financial-page .financial-tabs{background:var(--neutral-bg-light);border:1px solid var(--border);border-radius:var(--radius);display:flex;gap:var(--space-1);margin-bottom:var(--space-6);padding:3px}.financial-page .financial-tabs .tab{flex:1;padding:var(--space-2) var(--space-4);background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-secondary);font-weight:var(--font-weight-medium);font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-fast)}.financial-page .financial-tabs .tab:hover{background:var(--primary-bg-medium);color:var(--primary)}.financial-page .financial-tabs .tab.active{background:var(--primary);color:var(--text-on-primary)}.financial-page .invoices-section,.financial-page .reconciliation-section,.financial-page .reports-section{margin-bottom:80px}.financial-page .invoices-section .section-header,.financial-page .reconciliation-section .section-header,.financial-page .reports-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-5);padding-bottom:var(--space-4);border-bottom:2px solid var(--primary-border-light)}.financial-page .invoices-section .section-header h2,.financial-page .reconciliation-section .section-header h2,.financial-page .reports-section .section-header h2{font-size:var(--font-size-xl);font-weight:600;color:var(--primary);margin:0}.financial-page .invoices-section .section-header .header-actions,.financial-page .reconciliation-section .section-header .header-actions,.financial-page .reports-section .section-header .header-actions{display:flex;gap:var(--space-3);align-items:center;flex-wrap:wrap}.financial-page .invoices-section .section-header .header-actions .filters,.financial-page .reconciliation-section .section-header .header-actions .filters,.financial-page .reports-section .section-header .header-actions .filters{display:flex;gap:var(--space-2)}.financial-page .invoices-section .section-header .header-actions .filters .filter-select,.financial-page .invoices-section .section-header .header-actions .filters .filter-search,.financial-page .reconciliation-section .section-header .header-actions .filters .filter-select,.financial-page .reconciliation-section .section-header .header-actions .filters .filter-search,.financial-page .reports-section .section-header .header-actions .filters .filter-select,.financial-page .reports-section .section-header .header-actions .filters .filter-search{padding:var(--space-2) var(--space-3);border:1px solid var(--primary-border-medium);border-radius:var(--radius-md);font-size:var(--font-size-sm);background:var(--bg-input);color:var(--text-primary);transition:all var(--transition-fast)}.financial-page .invoices-section .section-header .header-actions .filters .filter-select:focus,.financial-page .invoices-section .section-header .header-actions .filters .filter-search:focus,.financial-page .reconciliation-section .section-header .header-actions .filters .filter-select:focus,.financial-page .reconciliation-section .section-header .header-actions .filters .filter-search:focus,.financial-page .reports-section .section-header .header-actions .filters .filter-select:focus,.financial-page .reports-section .section-header .header-actions .filters .filter-search:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.financial-page .invoices-section .section-header .header-actions .filters .filter-search,.financial-page .reconciliation-section .section-header .header-actions .filters .filter-search,.financial-page .reports-section .section-header .header-actions .filters .filter-search{min-width:250px}.financial-page .invoices-section .section-header .header-actions button,.financial-page .reconciliation-section .section-header .header-actions button,.financial-page .reports-section .section-header .header-actions button{white-space:nowrap;display:inline-flex;align-items:center;gap:var(--space-2)}.financial-page .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary{padding:var(--space-2) var(--space-4);font-size:var(--font-size-sm)}.financial-page .section-title{font-size:var(--font-size-2xl);font-weight:600;color:var(--text-primary);margin:var(--space-8) 0 var(--space-4) 0}.financial-page .filters-actions{margin-bottom:var(--space-6);display:flex;flex-wrap:wrap;gap:var(--space-3);align-items:center}.financial-page .filters-actions .filter-group{flex:1;min-width:200px}.financial-page .filters-actions .filter-group label{display:block;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-2);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.05em}.financial-page .filters-actions .filter-group input,.financial-page .filters-actions .filter-group select{width:100%;padding:var(--space-3);border:1px solid var(--primary-border-medium);border-radius:var(--radius-md);font-size:var(--font-size-sm);background:var(--bg-input);color:var(--text-primary);transition:all var(--transition-fast)}.financial-page .filters-actions .filter-group input:focus,.financial-page .filters-actions .filter-group select:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring);background:var(--bg-card)}.financial-page .filters-actions .action-buttons{display:flex;gap:var(--space-2);align-items:flex-end}.financial-page .invoices-table{overflow-x:auto;overflow-y:visible;width:100%;margin-bottom:var(--space-4);margin-top:var(--space-4);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:none}.financial-page .invoices-table table{width:100%;min-width:1000px;border-collapse:collapse;table-layout:fixed}.financial-page .invoices-table table col:nth-child(1){width:8%}.financial-page .invoices-table table col:nth-child(2){width:6%}.financial-page .invoices-table table col:nth-child(3){width:8%}.financial-page .invoices-table table col:nth-child(4){width:22%}.financial-page .invoices-table table col:nth-child(5){width:12%}.financial-page .invoices-table table col:nth-child(6){width:18%}.financial-page .invoices-table table col:nth-child(7){width:10%}.financial-page .invoices-table table col:nth-child(8){width:9%}.financial-page .invoices-table table col:nth-child(9){width:7%}.financial-page .invoices-table table thead tr{border-bottom:2px solid var(--table-header-border)}.financial-page .invoices-table table thead tr th{padding:var(--space-3) var(--space-3);text-align:left;font-size:var(--font-size-2xs);font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:var(--table-row-even)}.financial-page .invoices-table table thead tr th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:all var(--transition-fast)}.financial-page .invoices-table table thead tr th.sortable:hover{background:var(--table-header-bg);color:var(--primary)}.financial-page .invoices-table table thead tr th.sortable.sorted{background:var(--primary-bg-medium);color:var(--primary);font-weight:700}.financial-page .invoices-table table thead tr th.sortable .sort-indicator{margin-left:var(--space-1);font-weight:600;font-size:.9em}.financial-page .invoices-table table thead tr th:nth-child(7){text-align:right}.financial-page .invoices-table table tbody tr{border-bottom:1px solid var(--table-cell-border);transition:background-color var(--transition-fast)}.financial-page .invoices-table table tbody tr:hover{background:var(--primary-bg-subtle)}.financial-page .invoices-table table tbody tr.invoice-cancelled{background:var(--error-bg);opacity:.75}.financial-page .invoices-table table tbody tr.invoice-cancelled td{color:var(--text-secondary)}.financial-page .invoices-table table tbody tr.invoice-cancelled .invoice-patient,.financial-page .invoices-table table tbody tr.invoice-cancelled .invoice-service{text-decoration:line-through}.financial-page .invoices-table table tbody tr.invoice-reconciled{background:var(--success-bg)}.financial-page .invoices-table table tbody tr td{padding:var(--space-2) var(--space-3);font-size:var(--font-size-xs);color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.financial-page .invoices-table table .invoice-number{font-weight:600;color:var(--primary);font-family:Courier New,monospace}.financial-page .invoices-table table .cpf-cnpj{font-family:Courier New,monospace;font-size:var(--font-size-2xs);color:var(--text-secondary)}.financial-page .invoices-table table .invoice-value{font-weight:600;color:var(--text-primary);text-align:right;font-family:Courier New,monospace}.financial-page .invoices-table table .invoice-patient{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.financial-page .invoices-table table .invoice-service{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--font-size-2xs);color:var(--text-secondary)}.financial-page .transactions-table{margin-bottom:var(--space-6);margin-top:var(--space-4)}.financial-page .transactions-table table{font-size:var(--font-size-sm)}.financial-page .results-count{margin:var(--space-4) 0 var(--space-2) 0;color:var(--text-secondary);font-size:var(--font-size-sm);font-weight:500}.financial-page .transactions-table .transaction-row.income{border-left:3px solid var(--primary)}.financial-page .transactions-table .transaction-row.expense{border-left:3px solid var(--error)}.financial-page .transactions-table .transaction-row .amount{font-weight:600}.financial-page .transactions-table .transaction-row .amount.positive{color:var(--primary)}.financial-page .transactions-table .transaction-row .amount.negative{color:var(--error)}.financial-page .transactions-table .transaction-row .status-badge{display:inline-block;padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:500;text-transform:none;letter-spacing:0}.financial-page .transactions-table .transaction-row .status-badge.paid{background:var(--primary-bg-medium);color:var(--success)}.financial-page .transactions-table .transaction-row .status-badge.pending{background:var(--badge-warning-bg);color:var(--warning)}.financial-page .transactions-table .transaction-row .status-badge.overdue{background:var(--error-bg);color:var(--error)}.financial-page .transactions-table .transaction-row .status-badge.status-reconciled{background:var(--success-bg);color:var(--success);display:inline-flex;align-items:center;gap:var(--space-1);border:1px solid var(--primary-border-medium)}.financial-page .transactions-table .transaction-row .status-badge.status-reconciled .reconciliation-count{font-size:.65rem;opacity:.8}.financial-page .transactions-table .transaction-row .status-badge.status-pending{background:var(--warning-bg);color:var(--warning);border:1px solid var(--warning-light)}.financial-page .transactions-table .transaction-row .status-badge.status-pending.clickable{cursor:pointer;transition:all var(--transition-fast)}.financial-page .transactions-table .transaction-row .status-badge.status-pending.clickable:hover{background:var(--warning-bg);transform:scale(1.02)}.financial-page .transactions-table .transaction-row .status-badge.status-emitted{background:var(--info-bg);color:var(--primary-dark);font-size:var(--font-size-xs)}.financial-page .transactions-table .transaction-row .status-badge.status-cancelled{background:var(--error-bg);color:var(--error);font-weight:700;text-decoration:line-through;font-size:var(--font-size-xs);animation:pulse-cancelled 2s infinite}.financial-page .transactions-table .transaction-row .status-badge.status-reconciliation-cancelled{background:var(--neutral-bg-medium);color:var(--text-tertiary);font-weight:500;font-size:var(--font-size-xs);cursor:not-allowed;opacity:.7}@keyframes pulse-cancelled{0%,to{box-shadow:var(--shadow-btn-danger)}50%{box-shadow:0 0 0 4px transparent}}.financial-page .transactions-table .transaction-row .invoice-reconciliation,.financial-page .transactions-table .transaction-row .invoice-transaction{white-space:nowrap}.financial-page .transactions-table .transaction-row .invoice-transaction .transaction-link{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);background:var(--primary-bg-medium);border:1px solid var(--primary-border-light);border-radius:var(--radius-sm);color:var(--primary);text-decoration:none;font-size:var(--font-size-xs);font-weight:600;font-family:Courier New,monospace;transition:all var(--transition-fast)}.financial-page .transactions-table .transaction-row .invoice-transaction .transaction-link:hover{background:var(--primary-bg-hover);border-color:var(--primary-border-strong)}.financial-page .transactions-table .transaction-row .invoice-transaction .transaction-link svg{opacity:.7}.financial-page .transactions-table .transaction-row .invoice-transaction .no-transaction{color:var(--text-secondary);opacity:.5}.financial-page .bank-accounts{margin-bottom:var(--space-6)}.financial-page .bank-accounts .account-card .account-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-4)}.financial-page .bank-accounts .account-card .account-header .account-name{font-weight:600;color:var(--primary);font-size:var(--font-size-base)}.financial-page .bank-accounts .account-card .account-header .account-icon{opacity:.6}.financial-page .bank-accounts .account-card .account-balance{font-size:var(--font-size-2xl);font-weight:600;color:var(--text-primary);margin-bottom:var(--space-2)}.financial-page .bank-accounts .account-card .account-type{color:var(--text-secondary);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.05em}.financial-page .charts-section{margin-top:var(--space-8)}.financial-page .charts-section .charts-grid .chart-card .chart-wrapper{height:300px}.financial-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-modal-overlay);border:none;display:flex;align-items:center;justify-content:center;z-index:var(--z-modal);animation:fadeIn .2s ease;padding:var(--space-4)}.financial-page .modal-content{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);max-width:800px;width:90%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease;display:flex;flex-direction:column}.financial-page .modal-content .modal-header,.financial-page .modal-content .modal-close{display:flex;justify-content:space-between;align-items:center;padding:var(--space-4);border-bottom:2px solid var(--primary-border-light);background:var(--primary-bg-light)}.financial-page .modal-content .modal-header h2,.financial-page .modal-content .modal-close h2{font-size:var(--font-size-lg);font-weight:600;color:var(--primary);margin:0}.financial-page .modal-content .modal-header{flex-direction:row}.financial-page .modal-content .modal-header h2{color:var(--primary)!important}.financial-page .modal-content .modal-header .close-btn,.financial-page .modal-content .modal-header .modal-close{background:none;border:none;font-size:var(--font-size-4xl);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;line-height:1}.financial-page .modal-content .modal-header .close-btn:hover,.financial-page .modal-content .modal-header .modal-close:hover{color:var(--primary);transform:scale(1.1)}.financial-page .modal-content .modal-body{padding:var(--space-6);overflow-y:auto;flex:1}.financial-page .modal-content .modal-body p{color:var(--text-secondary);margin-bottom:var(--space-4)}.financial-page .modal-content .modal-body .form-section{margin-bottom:var(--space-6)}.financial-page .modal-content .modal-body .form-section h3{font-size:var(--font-size-base);font-weight:600;color:var(--primary);margin-bottom:var(--space-4)}.financial-page .modal-content .modal-body .form-section .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-4)}.financial-page .modal-content .modal-body .upload-area{margin-bottom:var(--space-4)}.financial-page .modal-content .modal-body .upload-area .upload-label{display:block;padding:var(--space-6);background:var(--primary-bg-light);border:2px dashed var(--primary-border-strong);border-radius:var(--radius);text-align:center;font-weight:600;color:var(--primary);cursor:pointer;transition:background-color var(--transition-fast),border-color var(--transition-fast)}.financial-page .modal-content .modal-body .upload-area .upload-label:hover{background:var(--primary-bg-medium);border-color:var(--primary)}.financial-page .modal-content .modal-body .upload-info{padding:var(--space-3);background:var(--warning-bg);border-radius:var(--radius-md);border:1px solid var(--warning-light)}.financial-page .modal-content .modal-body .upload-info small{color:var(--text-secondary);font-size:var(--font-size-xs);line-height:1.6}.financial-page .modal-content .modal-body .upload-result{margin-top:var(--space-4);padding:var(--space-4);background:var(--primary-bg-light);border-radius:var(--radius);border:1px solid var(--primary-border-medium)}.financial-page .modal-content .modal-body .upload-result h3{color:var(--primary);font-size:var(--font-size-base);margin:0 0 var(--space-3) 0}.financial-page .modal-content .modal-body .upload-result .result-details p{margin:var(--space-1) 0;color:var(--text-primary);font-size:var(--font-size-sm)}.financial-page .modal-content .modal-body .upload-result .result-details p strong{color:var(--primary);margin-right:var(--space-2)}.financial-page .modal-content .modal-footer{display:flex;gap:var(--space-2) var(--space-3);justify-content:flex-end;margin-top:var(--space-6);padding:var(--space-4);border-top:2px solid var(--primary-border-light)}.financial-page .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .filters-actions .action-buttons .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .modal-content .modal-footer .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .invoices-section .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .reports-section .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-primary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .reports-section .section-header .header-actions .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .invoices-section .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .invoices-section .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .reconciliation-section .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .filters-actions .action-buttons .btn-primary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .modal-content .modal-footer .reports-section .section-header .header-actions .modal-content .modal-footer .btn-primary,.financial-page .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .invoices-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .invoices-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reconciliation-section .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reports-section .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .btn-secondary,.financial-page .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .reports-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .invoices-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .invoices-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .reconciliation-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .reconciliation-section .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .btn-secondary,.financial-page .filters-actions .action-buttons .reports-section .section-header .header-actions .filters-actions .action-buttons .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .invoices-section .section-header .header-actions .modal-content .modal-footer .btn-secondary,.financial-page .modal-content .modal-footer .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .btn-secondary,.financial-page .reports-section .section-header .header-actions .filters-actions .action-buttons .reconciliation-section .section-header .header-actions .modal-content .modal-footer .btn-secondary{padding:var(--space-2) var(--space-4);font-size:var(--font-size-sm);min-width:100px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 1024px){.financial-page{padding:var(--space-5)}.financial-page .bank-accounts,.financial-page .charts-section .charts-grid{grid-template-columns:1fr}}@media (max-width: 768px){.financial-page{padding:var(--space-4)}.financial-page .page-header h1{font-size:var(--font-size-2xl)}.financial-page .filters-actions{flex-direction:column}.financial-page .filters-actions .filter-group,.financial-page .filters-actions .action-buttons{width:100%}.financial-page .filters-actions .action-buttons{flex-direction:column}.financial-page .filters-actions .action-buttons button{width:100%}}.reconciliation-modal{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:100%;max-width:720px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.reconciliation-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-5) var(--space-6);background:var(--bg-card);border-bottom:1px solid var(--border)}.reconciliation-modal .modal-header h2{margin:0;font-size:var(--font-size-xl);font-weight:600;color:var(--text-primary)}.reconciliation-modal .modal-header .modal-close{background:transparent;border:none;color:var(--text-on-primary);font-size:var(--font-size-2xl);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);transition:background var(--transition-fast)}.reconciliation-modal .modal-header .modal-close:hover{background:var(--neutral-bg-hover)}.reconciliation-modal .modal-body{padding:var(--space-6);overflow-y:auto;flex:1}.reconciliation-modal .modal-footer{display:flex;justify-content:flex-end;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-top:1px solid var(--border);background:var(--neutral-bg-subtle)}.transaction-info-card{background:var(--primary-bg-light);border:1px solid var(--primary-border-light);border-radius:var(--radius);padding:var(--space-4);margin-bottom:var(--space-4)}.transaction-info-card h3{margin:0 0 var(--space-3);font-size:var(--font-size-sm);font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.5px}.transaction-info-card .transaction-details{display:flex;flex-direction:column;gap:var(--space-2)}.transaction-info-card .detail-row{display:flex;gap:var(--space-3)}.transaction-info-card .detail-row .label{font-size:var(--font-size-sm);color:var(--text-secondary);min-width:80px}.transaction-info-card .detail-row .value{font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary)}.transaction-info-card .detail-row .value.value-positive{color:var(--success);font-weight:600}.transaction-info-card .detail-row .value.value-negative{color:var(--error);font-weight:600}.nfse-selection-info{font-size:var(--font-size-xs);color:var(--primary);font-weight:500}.form-input{width:100%;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-input);font-size:var(--font-size-sm);color:var(--text-primary);transition:all var(--transition-fast)}.form-input:hover{border-color:var(--primary-border-strong)}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.nfse-list{max-height:280px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius-md);margin-top:var(--space-2)}.nfse-item{display:flex;align-items:flex-start;gap:var(--space-3);padding:var(--space-3);border-bottom:1px solid var(--table-cell-border);cursor:pointer;transition:all var(--transition-fast)}.nfse-item:last-child{border-bottom:none}.nfse-item:hover{background:var(--primary-bg-subtle)}.nfse-item--selected{background:var(--primary-bg-medium)!important;border-left:3px solid var(--primary)}.nfse-item .nfse-item-checkbox{padding-top:var(--space-0-5)}.nfse-item .nfse-item-checkbox .nfse-checkbox{width:18px;height:18px;cursor:pointer;accent-color:var(--primary)}.nfse-item .nfse-item-content{flex:1;min-width:0}.nfse-item .nfse-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-1)}.nfse-item .nfse-numero{font-weight:600;color:var(--primary);font-family:Courier New,monospace}.nfse-item .nfse-valor{font-weight:600;color:var(--success)}.nfse-item .nfse-item-details{display:flex;justify-content:space-between;font-size:var(--font-size-xs);color:var(--text-secondary)}.nfse-item .nfse-paciente{max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nfse-item .nfse-item-obs{margin-top:var(--space-1)}.nfse-item .nfse-item-obs small{font-size:var(--font-size-xs);color:var(--text-secondary)}.loading-small,.empty-nfse{padding:var(--space-4);text-align:center;color:var(--text-secondary);font-size:var(--font-size-sm)}.btn-cancel,.btn-confirm{padding:var(--space-3) var(--space-5);border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:500;cursor:pointer;transition:all var(--transition-fast)}.btn-cancel{background:transparent;border:1px solid var(--border);color:var(--text-secondary)}.btn-cancel:hover{background:var(--neutral-bg-light);border-color:var(--border-dark)}.btn-confirm{background:var(--primary);border:none;color:var(--text-on-primary)}.btn-confirm:hover:not(:disabled){background:var(--primary-dark)}.btn-confirm:disabled{opacity:.6;cursor:not-allowed}.form-select{width:100%;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);font-size:var(--font-size-sm);background:var(--bg-input);color:var(--text-primary);transition:all var(--transition-fast);cursor:pointer}.form-select:hover{border-color:var(--primary)}.form-select:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.form-textarea{width:100%;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);font-size:var(--font-size-sm);font-family:inherit;resize:vertical;min-height:80px;background:var(--bg-input);color:var(--text-primary);transition:all var(--transition-fast)}.form-textarea:hover{border-color:var(--primary)}.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.form-textarea::placeholder{color:var(--text-muted)}.file-upload-area{position:relative}.file-upload-area .file-input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.file-upload-area .file-label{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4);border:2px dashed var(--border);border-radius:var(--radius-md);background:var(--neutral-bg-subtle);cursor:pointer;transition:all var(--transition-fast)}.file-upload-area .file-label:hover{border-color:var(--primary);background:var(--primary-bg-light)}.file-upload-area .file-label span{color:var(--text-secondary);font-size:var(--font-size-sm)}.file-hint{display:block;margin-top:var(--space-2);font-size:var(--font-size-xs);color:var(--text-muted)}@media (max-width: 768px){.reconciliation-modal{max-width:95%}.reconciliation-modal .modal-header,.reconciliation-modal .modal-body{padding:var(--space-4)}.nfse-list{max-height:200px}}.filter-text-group{position:relative;display:flex;align-items:center}.filter-text-group .filter-input{padding-right:28px;min-width:200px}.filter-text-group .filter-clear-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:18px;height:18px;padding:0;border:none;background:var(--neutral-bg-medium);border-radius:50%;color:var(--text-secondary);font-size:var(--font-size-xs);line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.filter-text-group .filter-clear-btn:hover{background:var(--neutral-bg-hover);color:var(--text-primary)}.batch-selected-info{display:flex;align-items:center;gap:6px;padding:var(--space-1) var(--space-2-5);background:var(--info-bg);border:1px solid var(--info-light);border-radius:var(--radius-md);font-size:var(--font-size-2xs);font-weight:var(--font-weight-semibold);color:var(--primary);white-space:nowrap}.batch-selected-info svg{width:14px;height:14px}.btn-batch-reconciliation{display:flex;align-items:center;gap:6px;padding:6px var(--space-3);background:var(--primary);color:var(--text-on-primary);border:none;border-radius:var(--radius-sm);font-size:var(--font-size-2xs);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.btn-batch-reconciliation svg{width:14px;height:14px}.btn-batch-reconciliation:hover:not(:disabled){box-shadow:var(--shadow-btn-primary)}.btn-batch-reconciliation:disabled{opacity:.5;cursor:not-allowed}.col-checkbox{width:40px!important}.transaction-checkbox{text-align:center!important;padding:var(--space-2)!important}.transaction-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--primary)}.transaction-checkbox input[type=checkbox]:hover{transform:scale(1.1)}.batch-modal{width:95%;max-width:650px;max-height:90vh;background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow-modal);display:flex;flex-direction:column;overflow:hidden}.batch-modal .modal-header{position:relative;padding:var(--space-5);border-bottom:1px solid var(--border);background:var(--primary-bg-light)}.batch-modal .modal-header h2{margin:0 0 var(--space-1) 0;font-size:var(--font-size-xl);color:var(--primary-dark);display:flex;align-items:center;gap:var(--space-2)}.batch-modal .modal-header h2 svg{width:24px;height:24px}.batch-modal .modal-header .modal-subtitle{margin:0;font-size:var(--font-size-sm);color:var(--text-secondary)}.batch-modal .modal-header .modal-close{position:absolute;top:var(--space-4);right:var(--space-4);width:32px;height:32px;border:none;background:var(--neutral-bg-light);border-radius:50%;cursor:pointer;font-size:var(--font-size-xl);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.batch-modal .modal-header .modal-close:hover{background:var(--error-bg);color:var(--danger)}.batch-modal .modal-body{flex:1;overflow-y:auto;padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-4)}.batch-modal .batch-info{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-4);background:var(--info-bg);border:1px solid var(--info-light);border-radius:var(--radius-md)}.batch-modal .batch-info .batch-count-badge{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:var(--primary);border-radius:var(--radius-full);color:var(--text-on-primary);font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);box-shadow:var(--shadow-btn-info)}.batch-modal .batch-info .batch-info-text{flex:1}.batch-modal .batch-info .batch-info-text .batch-label{font-size:var(--font-size-xs);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.batch-modal .batch-info .batch-info-text .batch-description{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-primary)}.batch-modal .batch-total{display:flex;justify-content:space-between;align-items:center;padding:var(--space-3) var(--space-4);background:var(--success-bg);border:1px solid var(--success-light);border-radius:var(--radius-md)}.batch-modal .batch-total .total-label{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-secondary)}.batch-modal .batch-total .total-value{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--success);font-family:Courier New,monospace}.batch-modal .batch-total .total-value.negative{color:var(--error)}.batch-modal .batch-list{max-height:180px;overflow-y:auto;border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-card-hover)}.batch-modal .batch-list .batch-list-item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--table-cell-border);font-size:var(--font-size-sm)}.batch-modal .batch-list .batch-list-item:last-child{border-bottom:none}.batch-modal .batch-list .batch-list-item .item-id{font-weight:var(--font-weight-semibold);color:var(--primary);min-width:50px;font-family:Courier New,monospace}.batch-modal .batch-list .batch-list-item .item-date{color:var(--text-secondary);min-width:80px;font-size:var(--font-size-xs)}.batch-modal .batch-list .batch-list-item .item-desc{flex:1;color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.batch-modal .batch-list .batch-list-item .item-value{font-weight:var(--font-weight-semibold);font-family:Courier New,monospace}.batch-modal .batch-list .batch-list-item .item-value.positive{color:var(--success)}.batch-modal .batch-list .batch-list-item .item-value.negative{color:var(--error)}.batch-modal .batch-list .batch-list-more{padding:var(--space-2);text-align:center;font-size:var(--font-size-xs);color:var(--text-secondary);font-style:italic;background:var(--neutral-bg-subtle)}.batch-modal .batch-category-section h4{margin:0 0 var(--space-2) 0;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.batch-modal .batch-category-section .form-select{width:100%;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);font-size:var(--font-size-sm);background:var(--bg-input);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast)}.batch-modal .batch-category-section .form-select:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.batch-modal .batch-category-section .form-select optgroup{font-weight:var(--font-weight-semibold);color:var(--text-primary)}.batch-modal .batch-category-section .form-select option{font-weight:400;padding:var(--space-2)}.batch-modal .batch-notes-section h4{margin:0 0 var(--space-2) 0;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.batch-modal .batch-notes-section .form-textarea{width:100%;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);font-size:var(--font-size-sm);background:var(--bg-input);color:var(--text-primary);resize:vertical;min-height:60px;transition:all var(--transition-fast)}.batch-modal .batch-notes-section .form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.batch-modal .batch-notes-section .form-textarea::placeholder{color:var(--text-muted)}.batch-modal .modal-footer{display:flex;justify-content:flex-end;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-top:1px solid var(--border);background:var(--bg-card-hover)}.batch-modal .modal-footer .btn-cancel{padding:var(--space-3) var(--space-5);background:transparent;border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.batch-modal .modal-footer .btn-cancel:hover{background:var(--neutral-bg-light);color:var(--text-primary)}.batch-modal .modal-footer .btn-confirm{padding:var(--space-3) var(--space-5);background:var(--primary);border:none;border-radius:var(--radius-md);color:var(--text-on-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast);display:flex;align-items:center;gap:var(--space-2)}.batch-modal .modal-footer .btn-confirm svg{width:16px;height:16px}.batch-modal .modal-footer .btn-confirm:hover:not(:disabled){box-shadow:var(--shadow-btn-primary-hover)}.batch-modal .modal-footer .btn-confirm:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 768px){.filter-text-group{width:100%}.filter-text-group .filter-input{min-width:0;width:100%}.batch-selected-info{white-space:normal;font-size:var(--font-size-2xs)}.btn-batch-reconciliation{width:100%;justify-content:center;font-size:var(--font-size-xs)}.batch-modal{width:98%;max-height:95vh}.batch-modal .modal-footer{flex-direction:column}.batch-modal .modal-footer .btn-cancel,.batch-modal .modal-footer .btn-confirm{width:100%;justify-content:center}.batch-modal .batch-info{flex-direction:column;gap:var(--space-2)}.batch-list .batch-list-item .item-date{display:none}}.batch-processing-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--bg-modal-overlay);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);z-index:10;border-radius:var(--radius)}.batch-processing-overlay .processing-spinner{width:48px;height:48px;border:4px solid var(--primary-border-light);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}.batch-processing-overlay .processing-text{font-size:var(--font-size-sm);color:var(--primary);font-weight:var(--font-weight-medium)}.batch-processing-overlay .processing-progress{font-size:var(--font-size-xs);color:var(--text-secondary)}.bank-accounts-page .bank-accounts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:var(--space-4);margin-bottom:var(--space-6)}.bank-accounts-page .bank-account-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4);cursor:pointer;transition:all .15s}.bank-accounts-page .bank-account-card:hover{box-shadow:var(--shadow-card-hover);border-color:var(--primary)}.bank-accounts-page .bank-account-card--selected{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 25%,transparent)}.bank-accounts-page .bank-account-card .bank-account-header{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3)}.bank-accounts-page .bank-account-card .bank-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--primary) 10%,var(--bg-card));border-radius:var(--radius-md);color:var(--primary);flex-shrink:0}.bank-accounts-page .bank-account-card .bank-info{flex:1;min-width:0}.bank-accounts-page .bank-account-card .bank-info h3{margin:0;font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bank-accounts-page .bank-account-card .bank-info .account-type{font-size:var(--font-size-xs);color:var(--text-secondary)}.bank-accounts-page .bank-account-card .bank-balance{display:flex;flex-direction:column;padding-top:var(--space-2);border-top:1px solid var(--border)}.bank-accounts-page .bank-account-card .bank-balance .balance-label{font-size:var(--font-size-xs);color:var(--text-secondary);margin-bottom:var(--space-0-5)}.bank-accounts-page .bank-account-card .bank-balance .balance-value{font-size:var(--font-size-lg);font-weight:700;color:var(--text-primary)}.bank-accounts-page .period-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4);margin-bottom:var(--space-6)}.bank-accounts-page .summary-card{display:flex;align-items:center;gap:var(--space-3);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-3) var(--space-4)}.bank-accounts-page .summary-card .summary-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);font-size:var(--font-size-lg);font-weight:700;flex-shrink:0}.bank-accounts-page .summary-card .summary-info{display:flex;flex-direction:column}.bank-accounts-page .summary-card .summary-label{font-size:var(--font-size-xs);color:var(--text-secondary)}.bank-accounts-page .summary-card .summary-value{font-size:var(--font-size-base);font-weight:700;color:var(--text-primary)}.bank-accounts-page .summary-card--credits .summary-icon{background:color-mix(in srgb,var(--success) 12%,var(--bg-card));color:var(--success)}.bank-accounts-page .summary-card--debits .summary-icon{background:color-mix(in srgb,var(--error) 12%,var(--bg-card));color:var(--error)}.bank-accounts-page .summary-card--balance .summary-icon{background:color-mix(in srgb,var(--info) 12%,var(--bg-card));color:var(--info)}.bank-accounts-page .transactions-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.bank-accounts-page .transactions-section .section-header{padding:var(--space-4);border-bottom:1px solid var(--border)}.bank-accounts-page .transactions-section .header-actions{display:flex;flex-direction:column;gap:var(--space-3)}.bank-accounts-page .transactions-section .filters{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center}.bank-accounts-page .transactions-section .filter-select{padding:var(--space-1-5) var(--space-3);font-size:var(--font-size-xs);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-primary);cursor:pointer;min-width:120px}.bank-accounts-page .transactions-section .filter-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 20%,transparent)}.bank-accounts-page .transactions-section .filter-search-wrapper{position:relative;flex:1;min-width:180px}.bank-accounts-page .transactions-section .filter-search{width:100%;padding:var(--space-1-5) var(--space-3);font-size:var(--font-size-xs);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-primary)}.bank-accounts-page .transactions-section .filter-search::placeholder{color:var(--text-tertiary)}.bank-accounts-page .transactions-section .filter-search:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 20%,transparent)}.bank-accounts-page .transactions-section .header-buttons{display:flex;flex-wrap:wrap;gap:var(--space-2)}.bank-accounts-page .transactions-section .btn-primary,.bank-accounts-page .transactions-section .btn-secondary{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-1-5) var(--space-3);font-size:var(--font-size-xs);font-weight:500;border-radius:var(--radius-md);cursor:pointer;transition:all .15s;border:1px solid transparent}.bank-accounts-page .transactions-section .btn-primary{background:var(--primary);color:var(--text-on-primary);border-color:var(--primary)}.bank-accounts-page .transactions-section .btn-primary:hover:not(:disabled){background:var(--primary-hover)}.bank-accounts-page .transactions-section .btn-primary:disabled{opacity:.5;cursor:not-allowed}.bank-accounts-page .transactions-section .btn-secondary{background:var(--bg-card);color:var(--text-primary);border-color:var(--border)}.bank-accounts-page .transactions-section .btn-secondary:hover:not(:disabled){background:var(--bg-hover)}.bank-accounts-page .transactions-section .btn-secondary:disabled{opacity:.5;cursor:not-allowed}.bank-accounts-page .results-count{padding:var(--space-2) var(--space-4);font-size:var(--font-size-xs);color:var(--text-secondary);border-bottom:1px solid var(--border)}.bank-accounts-page .transactions-table{overflow-x:auto}.bank-accounts-page .transactions-table table{width:100%;border-collapse:collapse;font-size:var(--font-size-xs)}.bank-accounts-page .transactions-table thead{background:var(--bg-hover)}.bank-accounts-page .transactions-table thead th{padding:var(--space-2) var(--space-3);text-align:left;font-weight:600;color:var(--text-secondary);white-space:nowrap;border-bottom:1px solid var(--border)}.bank-accounts-page .transactions-table thead th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.bank-accounts-page .transactions-table thead th.sortable:hover{color:var(--text-primary)}.bank-accounts-page .transactions-table thead th.sorted{color:var(--primary)}.bank-accounts-page .transactions-table thead th .sort-indicator{margin-left:var(--space-1);font-size:var(--font-size-2xs)}.bank-accounts-page .transactions-table tbody tr{border-bottom:1px solid var(--border);transition:background .1s}.bank-accounts-page .transactions-table tbody tr:hover{background:var(--bg-hover)}.bank-accounts-page .transactions-table tbody tr.reconciled{opacity:.7}.bank-accounts-page .transactions-table td{padding:var(--space-2) var(--space-3);color:var(--text-primary);vertical-align:middle}.bank-accounts-page .transactions-table td.credit-value{color:var(--success);font-weight:600}.bank-accounts-page .transactions-table td.debit-value{color:var(--error);font-weight:600}.bank-accounts-page .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-10) 0;color:var(--text-secondary)}.bank-accounts-page .loading-state .loading-spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:var(--space-3)}.bank-accounts-page .status-badge{display:inline-flex;align-items:center;gap:4px;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-xl);font-size:var(--font-size-2xs);font-weight:600}.bank-accounts-page .status-badge--reconciled{background:color-mix(in srgb,var(--success) 15%,var(--bg-card));color:var(--success)}.bank-accounts-page .status-badge--open{background:color-mix(in srgb,var(--warning) 15%,var(--bg-card));color:var(--warning)}.bank-accounts-page .status-badge--pending{background:color-mix(in srgb,var(--info) 15%,var(--bg-card));color:var(--info)}.bank-accounts-page .reconciliation-btn,.bank-accounts-page .reconcile-btn{display:inline-flex;align-items:center;gap:4px;padding:var(--space-0-5) var(--space-2);font-size:var(--font-size-2xs);border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);cursor:pointer;transition:all .15s}.bank-accounts-page .reconciliation-btn:hover,.bank-accounts-page .reconcile-btn:hover{background:var(--primary);color:var(--text-on-primary);border-color:var(--primary)}@media (max-width: 768px){.bank-accounts-page .bank-accounts-grid,.bank-accounts-page .period-summary{grid-template-columns:1fr}.bank-accounts-page .transactions-section .filters{flex-direction:column}.bank-accounts-page .transactions-section .filters .filter-select,.bank-accounts-page .transactions-section .filters .filter-search-wrapper{width:100%;min-width:0}.bank-accounts-page .transactions-section .header-buttons{flex-direction:column}.bank-accounts-page .transactions-section .header-buttons .btn-primary,.bank-accounts-page .transactions-section .header-buttons .btn-secondary{width:100%;justify-content:center}}.year-selector-bar{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:var(--space-4)}.year-selector-bar label{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-secondary)}.year-selector-bar .year-select{padding:var(--space-2) var(--space-3);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-md);background:var(--white);font-size:var(--font-size-sm);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);min-width:120px}.year-selector-bar .year-select:hover{border-color:var(--primary)}.year-selector-bar .year-select:focus{outline:none;border-color:var(--primary)}.year-selector-bar .btn-load-report{padding:var(--space-2) var(--space-4);background:var(--primary);color:var(--white);border:none;border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.year-selector-bar .btn-load-report:hover{background:var(--primary-dark)}.report-totals{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-4);margin-bottom:var(--space-4)}.report-totals .total-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:none;padding:var(--space-4)}.report-totals .total-card.highlight{background:var(--bg-card);border:2px solid var(--primary)}.report-totals .total-card .total-label{font-size:var(--font-size-sm);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-2)}.report-totals .total-card .total-value{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--primary)}.chart-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:none;padding:var(--space-4);margin-bottom:var(--space-4);overflow:hidden}.chart-section h2{margin:0 0 var(--space-4);font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);position:relative;z-index:1}.chart-section .chart-container{position:relative;height:400px;width:100%;z-index:0}.detailed-report{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:none;padding:var(--space-4);overflow:hidden}.detailed-report h2{margin:0 0 var(--space-4);font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);position:relative;z-index:1}.detailed-report .report-table-wrapper{overflow-x:auto;position:relative;z-index:0}.detailed-report .report-table{width:100%;border-collapse:collapse}.detailed-report .report-table thead tr{border-bottom:2px solid rgba(0,0,0,.1)}.detailed-report .report-table thead tr th{padding:var(--space-3);text-align:left;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.detailed-report .report-table tbody tr{border-bottom:1px solid rgba(0,0,0,.05);transition:background-color var(--transition-fast)}.detailed-report .report-table tbody tr:hover{background:#00000005}.detailed-report .report-table tbody tr td{padding:var(--space-3);font-size:var(--font-size-sm);color:var(--text-primary)}.detailed-report .report-table tbody tr td.cpf-cnpj{font-family:Courier New,monospace;font-weight:var(--font-weight-semibold);white-space:nowrap}.detailed-report .report-table tbody tr td.highlight{font-weight:var(--font-weight-semibold);color:var(--primary)}.detailed-report .report-table tbody tr td.transaction-id{font-family:Courier New,monospace;font-size:var(--font-size-xs)}.detailed-report .report-table tbody tr td.transaction-id .transaction-link{color:var(--primary);text-decoration:none;padding:var(--space-0-5) var(--space-1-5);background:color-mix(in srgb,var(--primary) 8%,transparent);border-radius:var(--radius-sm);transition:all var(--transition-fast)}.detailed-report .report-table tbody tr td.transaction-id .transaction-link:hover{background:color-mix(in srgb,var(--primary) 15%,transparent);text-decoration:underline}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-8);gap:var(--space-4)}.loading-state .loading-spinner{width:48px;height:48px;border:4px solid color-mix(in srgb,var(--primary) 10%,transparent);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-8);gap:var(--space-3);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.empty-state .empty-icon{font-size:48px;opacity:.3}.empty-state p{color:var(--text-secondary);font-size:var(--font-size-sm);text-align:center}.row-cancelled{background:#f443360d!important}.row-cancelled:hover{background:#f443361a!important}.row-cancelled td{color:var(--text-secondary);text-decoration:line-through;text-decoration-color:#f4433680}.status-cancelled-badge{display:inline-block;margin-left:var(--space-2);padding:var(--space-0-5) var(--space-1-5);font-size:9px;font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.5px;color:var(--text-on-primary);background:var(--error);border-radius:var(--radius-sm);vertical-align:middle;text-decoration:none!important}.value-cancelled{color:var(--text-secondary)!important;text-decoration:line-through;text-decoration-color:#f4433680}.value-cancelled.highlight{color:var(--text-secondary)!important}.transaction-links{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.transaction-links .transaction-link{display:inline-block;padding:var(--space-0-5) var(--space-1-5);font-size:var(--font-size-xs);font-family:Courier New,monospace;color:var(--primary);background:color-mix(in srgb,var(--primary) 8%,transparent);border-radius:var(--radius-sm);text-decoration:none;transition:all var(--transition-fast)}.transaction-links .transaction-link:hover{background:color-mix(in srgb,var(--primary) 15%,transparent);text-decoration:underline}.parcelas-badge{display:inline-block;padding:var(--space-0-5) var(--space-1-5);font-size:var(--font-size-2xs);font-weight:var(--font-weight-bold);color:var(--text-on-primary);background:var(--primary);border-radius:var(--radius-sm);margin-left:var(--space-1)}.reconciliation-status{white-space:nowrap}.status-badge{display:inline-block;padding:var(--space-1) var(--space-2-5);font-size:var(--font-size-2xs);font-weight:var(--font-weight-semibold);border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:.3px}.status-badge.status-reconciled{color:var(--text-on-primary);background:var(--success)}.status-badge.status-pending{color:var(--text-primary);background:var(--warning-light)}.status-badge.status-cancelled{color:var(--text-on-primary);background:var(--error)}@media (max-width: 768px){.year-selector-bar{flex-direction:column;align-items:stretch}.year-selector-bar .year-select,.year-selector-bar .btn-load-report{width:100%}.report-totals{grid-template-columns:1fr}.chart-section .chart-container{height:300px}.report-table{font-size:var(--font-size-xs)}.report-table th,.report-table td{padding:var(--space-2)}}.glass,.glass-subtle,.glass-strong,.glass-card,.multiple-matches-section,.matches-section{background:var(--bg-card);border:1px solid var(--border);box-shadow:none;border-radius:var(--radius);transition:var(--transition-theme)}.floating-controls-bar{position:fixed;bottom:90px;left:50%;transform:translate(-50%);z-index:calc(var(--z-fixed) - 1);width:auto;max-width:95vw;padding:var(--space-3) var(--space-6);background:#fffffff2;border-radius:var(--radius-4xl);border:1px solid rgba(43,122,111,.15);box-shadow:0 8px 32px #0000001f,0 2px 8px #00000014,inset 0 1px #fffc;display:flex;align-items:center;justify-content:center;gap:16px;animation:slideUpControls .4s cubic-bezier(.34,1.56,.64,1)}@keyframes slideUpControls{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.floating-controls-bar .controls-filters{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.floating-controls-bar .controls-filters .filter-select{padding:var(--space-1-5) var(--space-2-5);border:1px solid rgba(43,122,111,.2);border-radius:var(--radius-lg);font-size:var(--font-size-xs);background:#ffffffe6;color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);height:32px;min-width:60px}.floating-controls-bar .controls-filters .filter-select:hover{border-color:var(--primary)}.floating-controls-bar .controls-filters .filter-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #2b7a6f1a;background:#fff}.floating-controls-bar .controls-filters .btn-refresh-compact,.floating-controls-bar .controls-filters .btn-multiple-compact{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-fast)}.floating-controls-bar .controls-filters .btn-refresh-compact:disabled,.floating-controls-bar .controls-filters .btn-multiple-compact:disabled{opacity:.5;cursor:not-allowed}.floating-controls-bar .controls-filters .btn-refresh-compact img,.floating-controls-bar .controls-filters .btn-multiple-compact img{width:18px;height:18px}.floating-controls-bar .controls-filters .btn-refresh-compact{background:var(--gradient-teal-gold);color:var(--text-on-primary)}.floating-controls-bar .controls-filters .btn-refresh-compact:hover:not(:disabled){box-shadow:0 2px 8px #2b7a6f4d}.floating-controls-bar .controls-filters .btn-multiple-compact{background:var(--primary);color:var(--text-on-primary)}.floating-controls-bar .controls-filters .btn-multiple-compact:hover:not(:disabled){box-shadow:0 2px 8px color-mix(in srgb,var(--primary) 40%,transparent)}.floating-controls-bar:before{content:"";display:none}.floating-controls-bar .controls-summary{display:flex;align-items:center;gap:12px;padding-left:var(--space-4);border-left:1px solid rgba(43,122,111,.15)}.floating-controls-bar .controls-summary .summary-item{display:flex;align-items:center;gap:6px;padding:4px var(--space-3);background:#2b7a6f0d;border-radius:var(--radius-4xl)}.floating-controls-bar .controls-summary .summary-item .summary-value{font-size:var(--font-size-sm);font-weight:700;color:var(--primary);min-width:20px;text-align:center}.floating-controls-bar .controls-summary .summary-item .summary-label{font-size:var(--font-size-2xs);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px}.floating-controls-bar .controls-summary .summary-item.nfse{background:#eab3081a}.floating-controls-bar .controls-summary .summary-item.nfse .summary-value{color:var(--warning)}.floating-controls-bar .controls-summary .summary-item.transactions{background:#22c55e1a}.floating-controls-bar .controls-summary .summary-item.transactions .summary-value{color:var(--success)}@media (max-width: 768px){.floating-controls-bar{bottom:85px;padding:10px var(--space-4);gap:10px;flex-wrap:wrap;max-width:90vw}.floating-controls-bar .controls-filters{flex-wrap:wrap;justify-content:center;gap:6px}.floating-controls-bar .controls-filters .filter-select{min-width:50px;font-size:var(--font-size-2xs);height:28px;padding:var(--space-1) var(--space-2)}.floating-controls-bar .controls-filters .btn-refresh-compact,.floating-controls-bar .controls-filters .btn-multiple-compact{width:28px;height:28px}.floating-controls-bar .controls-summary{border-left:none;padding-left:0;border-top:1px solid rgba(43,122,111,.15);padding-top:var(--space-2);width:100%;justify-content:center;gap:8px}.floating-controls-bar .controls-summary .summary-item{padding:3px var(--space-2-5)}.floating-controls-bar .controls-summary .summary-item .summary-value{font-size:var(--font-size-xs)}.floating-controls-bar .controls-summary .summary-item .summary-label{font-size:9px}}@media (max-width: 480px){.floating-controls-bar{bottom:80px;padding:8px var(--space-3)}.floating-controls-bar .controls-filters .filter-select{min-width:45px;font-size:var(--font-size-2xs)}}.matches-section{margin-bottom:80px}.matches-section .matches-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-3);margin-bottom:var(--space-5);padding-bottom:var(--space-4);border-bottom:2px solid rgba(43,122,111,.1)}.matches-section .matches-header h2{margin:0;font-size:var(--font-size-xl);font-weight:600;color:var(--primary)}.matches-section h2{margin:0 0 var(--space-4);font-size:var(--font-size-xl);font-weight:600;color:var(--primary)}.matches-section .matches-list{display:flex;flex-direction:column;gap:var(--space-4)}.batch-actions{display:flex;align-items:center;gap:var(--space-4)}.batch-actions .select-all-checkbox{display:flex;align-items:center;gap:var(--space-2);cursor:pointer;font-size:var(--font-size-sm);color:var(--text-secondary);-webkit-user-select:none;user-select:none}.batch-actions .select-all-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--primary)}.batch-actions .select-all-checkbox:hover{color:var(--text-primary)}.batch-actions .btn-confirm-batch{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--success);color:var(--white);border:none;border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.batch-actions .btn-confirm-batch:hover:not(:disabled){box-shadow:0 4px 12px #22c55e66}.batch-actions .btn-confirm-batch:disabled{opacity:.6;cursor:not-allowed}.match-card{position:relative;background:var(--white);border:2px solid rgba(43,122,111,.1);border-radius:var(--radius);padding:var(--space-4);padding-left:var(--space-10);transition:all var(--transition-fast)}.match-card:hover{border-color:var(--primary);box-shadow:0 4px 12px #2b7a6f26}.match-card--selected{border-color:var(--success);background:#22c55e08;box-shadow:0 4px 12px #22c55e26}.match-card .match-checkbox{position:absolute;left:var(--space-3);top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.match-card .match-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--success)}.match-card .confidence-badge{position:absolute;top:var(--space-2);right:var(--space-2);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);box-shadow:0 2px 4px #0000001a}.match-card .confidence-badge.confidence-high{background:var(--success);color:var(--white)}.match-card .confidence-badge.confidence-medium{background:var(--warning);color:var(--white)}.match-card .confidence-badge.confidence-low{background:var(--error);color:var(--white)}.match-card .match-content{display:grid;grid-template-columns:1fr auto 1fr;gap:var(--space-4);align-items:center;margin-top:var(--space-6)}.match-card .match-content .match-column{display:flex;flex-direction:column;gap:var(--space-3)}.match-card .match-content .match-column .column-header{display:flex;align-items:center;gap:var(--space-2);padding-bottom:var(--space-2);border-bottom:2px solid rgba(0,0,0,.05);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.match-card .match-content .match-column .match-details{display:flex;flex-direction:column;gap:var(--space-2)}.match-card .match-content .match-column .match-details .detail-row{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2)}.match-card .match-content .match-column .match-details .detail-row .detail-label{font-size:var(--font-size-xs);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.match-card .match-content .match-column .match-details .detail-row .detail-value{font-size:var(--font-size-sm);color:var(--text-primary);text-align:right}.match-card .match-content .match-column .match-details .detail-row .detail-value.value-highlight{font-weight:var(--font-weight-bold);font-size:var(--font-size-base);color:var(--primary)}.match-card .match-content .match-column .match-details .detail-row .detail-value.value-tax{font-weight:var(--font-weight-medium);font-size:var(--font-size-sm);color:var(--danger)}.match-card .match-content .match-column.nfse-column{border-right:1px dashed rgba(43,122,111,.2);padding-right:var(--space-4)}.match-card .match-content .match-column.transaction-column{border-left:1px dashed rgba(43,122,111,.2);padding-left:var(--space-4)}.match-card .match-content .match-arrow{font-size:var(--font-size-4xl);color:var(--primary);opacity:.6;flex-shrink:0}.match-card .match-actions{display:flex;gap:var(--space-3);justify-content:center;margin-top:var(--space-4);padding-top:var(--space-4);border-top:1px solid rgba(0,0,0,.05)}.match-card .match-actions button{padding:var(--space-2) var(--space-6);border:none;border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.match-card .match-actions button.btn-confirm{background:var(--success);color:var(--white)}.match-card .match-actions button.btn-confirm:hover{box-shadow:0 4px 12px #22c55e4d}.match-card .match-actions button.btn-reject{background:var(--error);color:var(--white)}.match-card .match-actions button.btn-reject:hover{box-shadow:0 4px 12px #ef44444d}.loading-state{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:var(--space-8);gap:var(--space-4)}.loading-state .loading-spinner{width:48px;height:48px;border:4px solid rgba(43,122,111,.1);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}.loading-state p{color:var(--text-secondary);font-size:var(--font-size-sm)}.empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:var(--space-8);gap:var(--space-3);background:var(--bg-card);border:1px solid rgba(43,122,111,.1);box-shadow:0 4px 16px #2b7a6f14;border-radius:var(--radius);text-align:center;margin-bottom:80px}.empty-state .empty-icon{opacity:.3}.empty-state h3{margin:0;font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.empty-state p{max-width:500px;color:var(--text-secondary);font-size:var(--font-size-sm);line-height:1.6}@media (max-width: 1024px){.match-content{grid-template-columns:1fr!important}.match-content .match-arrow{display:none}.match-content .match-column.nfse-column,.match-content .match-column.transaction-column{border:none!important;padding:0!important}.match-content .match-column.transaction-column{border-top:2px dashed rgba(43,122,111,.2)!important;padding-top:var(--space-4)!important;margin-top:var(--space-4)!important}}@media (max-width: 768px){.filters-bar{flex-direction:row;flex-wrap:wrap;align-items:flex-end;gap:var(--space-2)}.filters-bar .filter-group{flex:1;min-width:80px}.filters-bar .filter-group .filter-select{width:100%}.filters-bar .btn-refresh{margin-left:auto;flex-shrink:0}.summary-cards{grid-template-columns:1fr}.match-card .confidence-badge{position:static;align-self:flex-start;margin-bottom:var(--space-2)}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-4)}.confirm-modal{background:var(--bg-card);border-radius:var(--radius);box-shadow:0 25px 50px -12px #00000040;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.confirm-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-4) var(--space-5);border-bottom:1px solid rgba(0,0,0,.1);background:#2b7a6f0a}.confirm-modal .modal-header h3{margin:0;font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--primary)}.confirm-modal .modal-header .btn-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:#0000000d;border-radius:var(--radius-full);color:var(--text-secondary);font-size:var(--font-size-2xl);cursor:pointer;transition:all var(--transition-fast)}.confirm-modal .modal-header .btn-close:hover{background:#ef44441a;color:var(--danger)}.confirm-modal .modal-body{padding:var(--space-5)}.confirm-modal .modal-body .modal-match-summary{background:#2b7a6f08;border:1px solid rgba(43,122,111,.1);border-radius:var(--radius);padding:var(--space-4);margin-bottom:var(--space-5)}.confirm-modal .modal-body .modal-match-summary .summary-item{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;padding:var(--space-2) 0;border-bottom:1px solid rgba(0,0,0,.05)}.confirm-modal .modal-body .modal-match-summary .summary-item:last-child{border-bottom:none}.confirm-modal .modal-body .modal-match-summary .summary-item .summary-label{font-size:var(--font-size-sm);color:var(--text-secondary);font-weight:var(--font-weight-medium)}.confirm-modal .modal-body .modal-match-summary .summary-item .summary-value{font-size:var(--font-size-sm);color:var(--text-primary);font-weight:var(--font-weight-semibold)}.confirm-modal .modal-body .modal-match-summary .summary-item .summary-tax{width:100%;text-align:right;font-size:var(--font-size-xs);color:var(--danger);font-weight:var(--font-weight-medium);margin-top:var(--space-1);opacity:.9}.confirm-modal .modal-body .modal-form{display:flex;flex-direction:column;gap:var(--space-4)}.confirm-modal .modal-body .modal-form .form-group{display:flex;flex-direction:column;gap:var(--space-2)}.confirm-modal .modal-body .modal-form .form-group label{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-primary)}.confirm-modal .modal-body .modal-form .form-group .form-select{padding:var(--space-3);border:1px solid rgba(0,0,0,.15);border-radius:var(--radius-md);background:var(--bg-card);font-size:var(--font-size-base);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast)}.confirm-modal .modal-body .modal-form .form-group .form-select:hover{border-color:var(--primary)}.confirm-modal .modal-body .modal-form .form-group .form-select:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.confirm-modal .modal-footer{display:flex;gap:var(--space-3);justify-content:flex-end;padding:var(--space-4) var(--space-5);border-top:1px solid rgba(0,0,0,.1);background:#00000005}.confirm-modal .modal-footer button{padding:var(--space-3) var(--space-5);border:none;border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.confirm-modal .modal-footer button.btn-cancel{background:#0000000d;color:var(--text-secondary)}.confirm-modal .modal-footer button.btn-cancel:hover{background:#0000001a;color:var(--text-primary)}.confirm-modal .modal-footer button.btn-confirm-modal{background:var(--success);color:var(--text-on-primary)}.confirm-modal .modal-footer button.btn-confirm-modal:hover{box-shadow:0 4px 12px #22c55e66}.btn-multiple{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--primary);color:var(--white);border:none;border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.btn-multiple:hover:not(:disabled){box-shadow:0 4px 12px color-mix(in srgb,var(--primary) 40%,transparent)}.btn-multiple:disabled{opacity:.6;cursor:not-allowed}.multiple-matches-section{margin-bottom:80px;border:2px solid color-mix(in srgb,var(--primary) 20%,transparent)}.multiple-matches-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-5);padding-bottom:var(--space-4);border-bottom:2px solid color-mix(in srgb,var(--primary) 15%,transparent)}.multiple-matches-section .section-header h2{margin:0;font-size:var(--font-size-xl);font-weight:600;color:var(--accent-purple);display:flex;align-items:center;gap:var(--space-2)}.multiple-matches-section .section-header .badge-count{background:var(--primary);color:var(--text-on-primary);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--font-size-sm);font-weight:var(--font-weight-bold)}.multiple-matches-section .section-header .btn-close-section{background:#0000000d;border:none;width:32px;height:32px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:var(--font-size-xl);color:var(--text-secondary);transition:all var(--transition-fast)}.multiple-matches-section .section-header .btn-close-section:hover{background:#ef44441a;color:var(--danger)}.multiple-matches-section .section-description{font-size:var(--font-size-sm);color:var(--text-secondary);margin-bottom:var(--space-4)}.multiple-matches-section .multiple-matches-list{display:flex;flex-direction:column;gap:var(--space-4)}.multiple-match-card{background:var(--white);border:2px solid color-mix(in srgb,var(--primary) 15%,transparent);border-radius:var(--radius);padding:var(--space-4);transition:all var(--transition-fast)}.multiple-match-card:hover{border-color:color-mix(in srgb,var(--primary) 40%,transparent);box-shadow:0 4px 16px color-mix(in srgb,var(--primary) 15%,transparent)}.multiple-match-card .confidence-badge{position:absolute;top:var(--space-2);right:var(--space-2);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--font-size-sm);font-weight:var(--font-weight-bold)}.multiple-match-card .confidence-badge.confidence-high{background:var(--success);color:var(--white)}.multiple-match-card .confidence-badge.confidence-medium{background:var(--warning);color:var(--white)}.multiple-match-card .confidence-badge.confidence-low{background:var(--error);color:var(--white)}.multiple-match-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-4);padding-bottom:var(--space-3);border-bottom:1px solid rgba(0,0,0,.05)}.multiple-match-card .card-header .transaction-info h4{margin:0 0 var(--space-1);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.multiple-match-card .card-header .transaction-info .transaction-meta{display:flex;gap:var(--space-3);font-size:var(--font-size-sm);color:var(--text-secondary)}.multiple-match-card .card-header .transaction-info .transaction-meta span{display:flex;align-items:center;gap:var(--space-1)}.multiple-match-card .card-header .transaction-value{text-align:right}.multiple-match-card .card-header .transaction-value .value-label{font-size:var(--font-size-xs);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.multiple-match-card .card-header .transaction-value .value-amount{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--success);font-family:Courier New,monospace}.multiple-match-card .nfse-list{margin-bottom:var(--space-4)}.multiple-match-card .nfse-list .nfse-list-header{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--accent-purple)}.multiple-match-card .nfse-list .nfse-list-header .count-badge{background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--accent-purple);padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-full);font-size:var(--font-size-xs)}.multiple-match-card .nfse-list .nfse-items{display:flex;flex-direction:column;gap:var(--space-2);background:color-mix(in srgb,var(--primary) 3%,transparent);border-radius:var(--radius-md);padding:var(--space-3)}.multiple-match-card .nfse-list .nfse-items .nfse-item{display:flex;justify-content:space-between;align-items:center;padding:var(--space-2);background:var(--white);border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,.05)}.multiple-match-card .nfse-list .nfse-items .nfse-item .nfse-info{display:flex;flex-direction:column;gap:2px}.multiple-match-card .nfse-list .nfse-items .nfse-item .nfse-info .nfse-number{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--primary);font-family:Courier New,monospace}.multiple-match-card .nfse-list .nfse-items .nfse-item .nfse-info .nfse-patient{font-size:var(--font-size-xs);color:var(--text-secondary)}.multiple-match-card .nfse-list .nfse-items .nfse-item .nfse-info .nfse-date{font-size:var(--font-size-xs);color:var(--text-secondary);opacity:.7}.multiple-match-card .nfse-list .nfse-items .nfse-item .nfse-value{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary);font-family:Courier New,monospace}.multiple-match-card .card-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3);padding:var(--space-3);background:color-mix(in srgb,var(--primary) 4%,transparent);border-radius:var(--radius-md);margin-bottom:var(--space-4)}.multiple-match-card .card-summary .summary-item{display:flex;flex-direction:column;align-items:center;gap:var(--space-1)}.multiple-match-card .card-summary .summary-item .summary-label{font-size:var(--font-size-xs);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.multiple-match-card .card-summary .summary-item .summary-value{font-size:var(--font-size-base);font-weight:var(--font-weight-bold);font-family:Courier New,monospace}.multiple-match-card .card-summary .summary-item .summary-value.total-nfse{color:var(--primary)}.multiple-match-card .card-summary .summary-item .summary-value.card-fee{color:var(--warning)}.multiple-match-card .card-summary .summary-item .summary-value.confidence{color:var(--accent-purple)}.multiple-match-card .card-actions{display:flex;gap:var(--space-3);justify-content:center;padding-top:var(--space-3);border-top:1px solid rgba(0,0,0,.05)}.multiple-match-card .card-actions button{padding:var(--space-2) var(--space-5);border:none;border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast);display:flex;align-items:center;gap:var(--space-2)}.multiple-match-card .card-actions button.btn-confirm{background:var(--success);color:var(--white)}.multiple-match-card .card-actions button.btn-confirm:hover{box-shadow:0 4px 12px #22c55e4d}.multiple-match-card .card-actions button.btn-reject{background:var(--error);color:var(--white)}.multiple-match-card .card-actions button.btn-reject:hover{box-shadow:0 4px 12px #ef44444d}.multiple-empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:var(--space-6);gap:var(--space-3);text-align:center}.multiple-empty-state .empty-icon{font-size:48px;opacity:.3}.multiple-empty-state h3{margin:0;font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.multiple-empty-state p{max-width:400px;color:var(--text-secondary);font-size:var(--font-size-sm);line-height:1.6}@media (max-width: 1024px){.multiple-match-card .card-header{flex-direction:column;gap:var(--space-3)}.multiple-match-card .card-header .transaction-value{text-align:left}.multiple-match-card .card-summary{grid-template-columns:1fr}}@media (max-width: 768px){.multiple-matches-section .section-header{flex-direction:column;gap:var(--space-2);align-items:flex-start}.multiple-matches-section .section-header .btn-close-section{position:absolute;right:var(--space-3);top:var(--space-3)}.multiple-match-card .nfse-list .nfse-items .nfse-item{flex-direction:column;align-items:flex-start;gap:var(--space-2)}.multiple-match-card .card-actions{flex-direction:column}.multiple-match-card .card-actions button{width:100%;justify-content:center}}.glass,.glass-subtle,.glass-strong,.glass-card,.filters-bar{background:var(--bg-card);border:1px solid var(--border);box-shadow:none;border-radius:var(--radius);transition:var(--transition-theme)}.filters-bar{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3);padding:var(--space-4);margin-bottom:var(--space-5)}.filters-bar .filter-group{display:flex;flex-direction:column;gap:var(--space-2);min-width:140px}.filters-bar .filter-group label{display:block;font-weight:600;color:var(--text-primary);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.05em}.filters-bar .filter-group .filter-select{padding:var(--space-2) var(--space-3);border:1px solid color-mix(in srgb,var(--primary) 20%,transparent);border-radius:var(--radius-md);font-size:var(--font-size-sm);background:color-mix(in srgb,var(--bg-card) 90%,transparent);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);min-width:120px}.filters-bar .filter-group .filter-select:hover{border-color:var(--primary)}.filters-bar .filter-group .filter-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 10%,transparent);background:var(--bg-card)}.filters-bar .btn-refresh{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);margin-left:auto;background:var(--gradient-teal-gold);color:var(--white);border:none;border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.filters-bar .btn-refresh:hover:not(:disabled){box-shadow:0 4px 12px color-mix(in srgb,var(--primary) 30%,transparent)}.filters-bar .btn-refresh:disabled{opacity:.6;cursor:not-allowed}.selection-summary{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-4);background:#fff;border:2px solid var(--primary);border-radius:var(--radius-lg);box-shadow:0 4px 16px color-mix(in srgb,var(--primary) 8%,transparent);margin-bottom:var(--space-5)}.selection-summary .summary-item{font-size:var(--font-size-sm);color:var(--text-primary)}.selection-summary .summary-item strong{color:var(--primary);font-size:var(--font-size-base)}.selection-summary .btn-reconcile{margin-left:auto;padding:var(--space-2) var(--space-6);background:linear-gradient(135deg,var(--success) 0%,var(--success-dark) 100%);color:var(--white);border:none;border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.selection-summary .btn-reconcile:hover{box-shadow:0 4px 12px color-mix(in srgb,var(--success) 30%,transparent)}.selection-summary .btn-clear{padding:var(--space-2) var(--space-4);background:var(--white);color:var(--text-primary);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.selection-summary .btn-clear:hover{border-color:var(--primary)}.selection-summary .btn-reconcile-manual{margin-left:auto;padding:var(--space-2) var(--space-6);background:var(--primary);color:var(--white);border:none;border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.selection-summary .btn-reconcile-manual:hover{box-shadow:0 4px 12px color-mix(in srgb,var(--info) 30%,transparent)}.filter-group-months{display:flex;flex-direction:column;gap:var(--space-2)}.filter-group-months .month-checkboxes{display:flex;flex-wrap:wrap;gap:var(--space-2)}.filter-group-months .month-checkboxes .month-checkbox{display:flex;align-items:center;justify-content:center;padding:var(--space-2) var(--space-3);background:var(--white);border:2px solid rgba(0,0,0,.1);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);-webkit-user-select:none;user-select:none;min-width:48px}.filter-group-months .month-checkboxes .month-checkbox:hover{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 5%,transparent)}.filter-group-months .month-checkboxes .month-checkbox.selected{background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 15%,transparent),color-mix(in srgb,var(--secondary) 10%,transparent));border-color:var(--primary);border-width:2px}.filter-group-months .month-checkboxes .month-checkbox.selected span{color:var(--primary);font-weight:var(--font-weight-bold)}.filter-group-months .month-checkboxes .month-checkbox input[type=checkbox]{display:none}.filter-group-months .month-checkboxes .month-checkbox span{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--text-primary)}.filter-group-months .btn-clear-months{align-self:flex-start;padding:var(--space-1) var(--space-3);background:var(--white);color:var(--primary);border:1px solid var(--primary);border-radius:var(--radius-sm);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.filter-group-months .btn-clear-months:hover{background:var(--primary);color:var(--white)}.day-filter-bar{background:var(--white);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-lg);padding:var(--space-4);margin-bottom:var(--space-4)}.day-filter-bar .filter-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-3)}.day-filter-bar .filter-label label{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.day-filter-bar .filter-label .btn-clear-days{padding:var(--space-1) var(--space-3);background:var(--white);color:var(--primary);border:1px solid var(--primary);border-radius:var(--radius-sm);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.day-filter-bar .filter-label .btn-clear-days:hover{background:var(--primary);color:var(--white)}.day-filter-bar .day-checkboxes{display:grid;grid-template-columns:repeat(auto-fill,minmax(45px,1fr));gap:var(--space-2)}.day-filter-bar .day-checkboxes .day-checkbox{display:flex;align-items:center;justify-content:center;padding:var(--space-2);background:var(--white);border:2px solid rgba(0,0,0,.1);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);-webkit-user-select:none;user-select:none}.day-filter-bar .day-checkboxes .day-checkbox:hover{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 5%,transparent)}.day-filter-bar .day-checkboxes .day-checkbox.selected{background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 15%,transparent),color-mix(in srgb,var(--secondary) 10%,transparent));border-color:var(--primary);border-width:2px}.day-filter-bar .day-checkboxes .day-checkbox.selected span{color:var(--primary);font-weight:var(--font-weight-bold)}.day-filter-bar .day-checkboxes .day-checkbox input[type=checkbox]{display:none}.day-filter-bar .day-checkboxes .day-checkbox span{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-primary)}.reconciliation-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4);min-height:600px;margin-bottom:80px}.reconciliation-column{background:#fff;border:1px solid color-mix(in srgb,var(--primary) 10%,transparent);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:0 4px 16px color-mix(in srgb,var(--primary) 8%,transparent);display:flex;flex-direction:column}.reconciliation-column .column-header{display:flex;align-items:center;gap:var(--space-3);padding-bottom:var(--space-3);margin-bottom:var(--space-3);border-bottom:2px solid rgba(0,0,0,.05)}.reconciliation-column .column-header h2{margin:0;font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.reconciliation-column .items-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:var(--space-3);max-height:calc(100vh - 400px)}.reconciliation-column .items-list::-webkit-scrollbar{width:8px}.reconciliation-column .items-list::-webkit-scrollbar-track{background:#0000000d;border-radius:var(--radius-sm)}.reconciliation-column .items-list::-webkit-scrollbar-thumb{background:var(--primary);border-radius:var(--radius-sm)}.reconciliation-column .items-list::-webkit-scrollbar-thumb:hover{background:var(--secondary)}.item-card{display:flex;align-items:flex-start;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--white);border:2px solid rgba(0,0,0,.1);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast)}.item-card:hover{border-color:var(--primary);box-shadow:0 2px 8px color-mix(in srgb,var(--primary) 10%,transparent)}.item-card.selected{border-color:var(--primary);border-width:3px;background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 8%,transparent),#c5a8320d)}.item-card.reconciled{background:linear-gradient(135deg,#22c55e14,#16a34a0d);border-color:var(--success);opacity:.85}.item-card.reconciled:hover{opacity:1;border-color:var(--success);box-shadow:0 2px 8px #22c55e26}.item-card.reconciled .reconciled-badge{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:linear-gradient(135deg,var(--success) 0%,var(--success-dark) 100%);color:var(--white);border-radius:50%;font-size:var(--font-size-base);font-weight:var(--font-weight-bold);flex-shrink:0;box-shadow:0 2px 6px color-mix(in srgb,var(--success) 30%,transparent)}.item-card.reconciled .reconciled-label{font-size:var(--font-size-xs);color:var(--success);font-weight:var(--font-weight-bold)}.item-card input[type=checkbox]{margin-top:var(--space-1);width:18px;height:18px;cursor:pointer;flex-shrink:0}.item-card .item-details{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.item-card .item-details .item-title{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.item-card .item-details .item-title .nfse-number,.item-card .item-details .item-title .tx-id{font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);color:var(--primary);text-transform:uppercase;letter-spacing:.5px}.item-card .item-details .item-title .item-value-nf{font-weight:var(--font-weight-bold);color:var(--primary);font-size:var(--font-size-lg);white-space:nowrap}.item-card .item-details .item-subtitle{font-size:var(--font-size-sm);color:var(--text-primary);font-weight:var(--font-weight-medium);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4}.item-card .item-details .item-values-breakdown{display:flex;flex-direction:column;gap:2px;font-size:var(--font-size-xs);margin-top:var(--space-2);padding:var(--space-2);background:#00000005;border-radius:var(--radius-sm);border-left:3px solid var(--primary)}.item-card .item-details .item-values-breakdown .breakdown-row{display:flex;justify-content:space-between;align-items:center;padding:2px 0}.item-card .item-details .item-values-breakdown .breakdown-row .label{font-size:var(--font-size-xs);color:var(--text-secondary);font-weight:var(--font-weight-medium)}.item-card .item-details .item-values-breakdown .breakdown-row .value-nf{font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);color:var(--primary)}.item-card .item-details .item-values-breakdown .breakdown-row .value-discount{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--error)}.item-card .item-details .item-values-breakdown .breakdown-row .value-received{font-size:var(--font-size-sm);font-weight:var(--font-weight-bold);color:var(--success)}.item-card .item-details .item-values-breakdown .breakdown-row.discount-row{opacity:.9}.item-card .item-details .item-values-breakdown .breakdown-row.net-row{margin-top:var(--space-0-5);padding-top:var(--space-1);border-top:1px solid rgba(0,0,0,.1)}.item-card .item-details .item-date{font-size:var(--font-size-xs);color:var(--text-secondary);text-align:right}.loading-state,.empty-state{display:flex;align-items:center;justify-content:center;padding:var(--space-8);color:var(--text-secondary);font-size:var(--font-size-sm);text-align:center;background:#fff;border:1px solid color-mix(in srgb,var(--primary) 10%,transparent);border-radius:var(--radius-lg);box-shadow:0 4px 16px color-mix(in srgb,var(--primary) 8%,transparent);margin-bottom:80px}@media (max-width: 1024px){.reconciliation-grid{grid-template-columns:1fr}.selection-summary{flex-direction:column;align-items:stretch}.selection-summary .btn-reconcile,.selection-summary .btn-clear{margin-left:0;width:100%}}@media (max-width: 768px){.filters-bar{flex-direction:column;align-items:stretch}.filters-bar .filter-group,.filters-bar .filter-group .filter-select{width:100%}.filters-bar .btn-refresh{margin-left:0;width:100%;justify-content:center}.day-filter-bar .day-checkboxes{grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:var(--space-1)}.day-filter-bar .filter-label{flex-direction:column;align-items:flex-start;gap:var(--space-2)}.day-filter-bar .filter-label .btn-clear-days{width:100%}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:var(--white);border-radius:var(--radius-lg);box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-content .modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4);border-bottom:2px solid rgba(0,0,0,.1);background:linear-gradient(135deg,#8b5cf61a,#7c3aed0d)}.modal-content .modal-header h2{margin:0;font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.modal-content .modal-header .btn-close-modal{background:none;border:none;font-size:var(--font-size-2xl);color:var(--text-secondary);cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:all var(--transition-fast)}.modal-content .modal-header .btn-close-modal:hover{background:#0000001a;color:var(--text-primary)}.modal-content .modal-body{padding:var(--space-5);overflow-y:auto}.modal-content .modal-body .modal-description{margin:0 0 var(--space-4) 0;font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.6}.modal-content .modal-body .modal-summary{padding:var(--space-3);background:linear-gradient(135deg,#8b5cf61a,#7c3aed0d);border:2px solid var(--primary);border-radius:var(--radius-md);margin-bottom:var(--space-4);font-size:var(--font-size-sm);line-height:1.6}.modal-content .modal-body .modal-summary strong{color:var(--primary);font-weight:var(--font-weight-bold)}.modal-content .modal-body .form-group{margin-bottom:var(--space-4)}.modal-content .modal-body .form-group label{display:block;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin-bottom:var(--space-2)}.modal-content .modal-body .form-group .modal-select,.modal-content .modal-body .form-group .modal-textarea{width:100%;padding:var(--space-3);border:2px solid rgba(0,0,0,.1);border-radius:var(--radius-md);font-size:var(--font-size-sm);font-family:inherit;transition:all var(--transition-fast)}.modal-content .modal-body .form-group .modal-select:focus,.modal-content .modal-body .form-group .modal-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #8b5cf61a}.modal-content .modal-body .form-group .modal-textarea{resize:vertical;min-height:80px}.modal-content .modal-footer{display:flex;gap:var(--space-3);padding:var(--space-4);border-top:2px solid rgba(0,0,0,.1);background:#00000005}.modal-content .modal-footer button{flex:1;padding:var(--space-3);border:none;border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.modal-content .modal-footer .btn-cancel{background:var(--white);color:var(--text-primary);border:2px solid rgba(0,0,0,.1)}.modal-content .modal-footer .btn-cancel:hover{border-color:var(--text-primary);background:#0000000d}.modal-content .modal-footer .btn-confirm{background:var(--primary);color:var(--white)}.modal-content .modal-footer .btn-confirm:hover{box-shadow:0 4px 12px color-mix(in srgb,var(--info) 30%,transparent)}.toast-notification{position:fixed;bottom:100px;left:50%;transform:translate(-50%);z-index:9999;display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);box-shadow:0 8px 32px #0003;animation:toastSlideUp .4s cubic-bezier(.34,1.56,.64,1)}@keyframes toastSlideUp{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.toast-notification .toast-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:var(--font-size-sm);font-weight:var(--font-weight-bold)}.toast-notification .toast-message{color:var(--white)}.toast-notification.toast-success{background:linear-gradient(135deg,var(--success) 0%,var(--success-dark) 100%)}.toast-notification.toast-success .toast-icon{background:#fff3;color:var(--white)}.toast-notification.toast-error{background:linear-gradient(135deg,#ef4444,#dc2626)}.toast-notification.toast-error .toast-icon{background:#fff3;color:var(--white)}.show-reconciled-checkbox{display:flex;align-items:center;gap:var(--space-2);margin-left:auto;cursor:pointer;font-size:var(--font-size-xs);color:var(--text-secondary);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);transition:all var(--transition-fast)}.show-reconciled-checkbox:hover{background:color-mix(in srgb,var(--primary) 5%,transparent);color:var(--text-primary)}.show-reconciled-checkbox input[type=checkbox]{width:14px;height:14px;cursor:pointer;accent-color:var(--primary)}.show-reconciled-checkbox span{font-weight:var(--font-weight-medium);white-space:nowrap}.item-date-left{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--text-secondary);min-width:70px;text-align:left}.reconciliation-details .details-section{margin-bottom:var(--space-4)}.reconciliation-details .details-section h3{margin:0 0 var(--space-3) 0;font-size:var(--font-size-base);font-weight:var(--font-weight-bold);color:var(--primary);padding-bottom:var(--space-2);border-bottom:2px solid rgba(0,0,0,.1)}.reconciliation-details .details-section .detail-row{display:flex;justify-content:space-between;align-items:center;padding:var(--space-2) 0;border-bottom:1px solid rgba(0,0,0,.05)}.reconciliation-details .details-section .detail-row:last-child{border-bottom:none}.reconciliation-details .details-section .detail-row .label{font-size:var(--font-size-sm);color:var(--text-secondary);font-weight:var(--font-weight-medium)}.reconciliation-details .details-section .detail-row .value{font-size:var(--font-size-sm);color:var(--text-primary);font-weight:var(--font-weight-semibold);text-align:right}.reconciliation-details .details-divider{height:2px;background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 20%,transparent),#c5a83233);margin:var(--space-4) 0;border-radius:var(--radius-sm)}.reconciliation-details .reconciliation-note{margin-top:var(--space-4);padding:var(--space-3);background:linear-gradient(135deg,#fbbf241a,#f59e0b0d);border:2px solid var(--warning);border-radius:var(--radius-md);font-size:var(--font-size-sm);color:var(--warning);font-weight:var(--font-weight-medium);text-align:center}@media print{.main-layout .main-content{margin:0!important;padding:var(--space-5)}.main-layout .page-actions{display:none!important}.main-layout .dre-pivot-table{font-size:var(--font-size-2xs)}.main-layout .dre-pivot-table th,.main-layout .dre-pivot-table td{padding:var(--space-1-5) var(--space-2)}.main-layout .dre-summary{page-break-before:always}.main-layout .floating-fabs{display:none!important}}.availability-view{padding:var(--space-6);background:var(--bg-card);border-radius:var(--radius-3xl);box-shadow:0 4px 20px #2b7a6f1a}.availability-controls{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:var(--space-8);flex-wrap:wrap}@media (max-width: 768px){.availability-controls{flex-direction:column;align-items:stretch}}.date-selector{display:flex;align-items:center;gap:12px}.date-selector .btn-icon{padding:var(--space-2-5);border-radius:var(--radius-lg);border:2px solid rgba(43,122,111,.15);background:var(--bg-card);color:var(--primary);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.date-selector .btn-icon:hover{background:#3a9b8e1a;border-color:var(--accent-teal);transform:scale(1.05)}.date-selector .btn-icon:active{transform:scale(.95)}.date-selector .btn-today{padding:10px var(--space-5);border-radius:var(--radius-lg);border:2px solid var(--accent-teal);background:var(--primary);color:#fff;font-weight:500;cursor:pointer;transition:all .2s ease}.date-selector .btn-today:hover{box-shadow:0 4px 12px #3a9b8e4d}.date-selector .date-display{position:relative;display:flex;flex-direction:column;align-items:center}.date-selector .date-display .date-input{position:absolute;opacity:0;pointer-events:none}.date-selector .date-display .date-label{padding:10px var(--space-5);border-radius:var(--radius-lg);background:#2b7a6f0d;color:var(--primary);font-weight:500;font-size:var(--font-size-base);text-transform:capitalize;cursor:pointer;transition:all .2s ease}.date-selector .date-display .date-label:hover{background:#3a9b8e1a}.clinic-filter{display:flex;align-items:center;gap:12px}.clinic-filter label{font-weight:500;color:var(--primary);font-size:var(--font-size-sm)}.clinic-filter select{padding:10px var(--space-4);border:2px solid rgba(43,122,111,.15);border-radius:var(--radius-lg);background:var(--bg-card);color:var(--text-primary);font-size:var(--font-size-sm);cursor:pointer;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23006666' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:var(--space-10)}.clinic-filter select:focus{outline:none;border-color:var(--accent-teal);box-shadow:0 0 0 3px #3a9b8e26}.physicians-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}@media (max-width: 1200px){.physicians-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.physicians-grid{grid-template-columns:1fr}}.physician-column{background:var(--bg-card);border-radius:var(--radius-2xl);border:2px solid rgba(43,122,111,.15);overflow:hidden;transition:all .3s ease}.physician-column:hover{border-color:var(--accent-teal);box-shadow:0 8px 24px #2b7a6f26}.physician-header{padding:var(--space-5);background:linear-gradient(135deg,#2b7a6f0d,#c5a8320d);border-bottom:2px solid rgba(43,122,111,.15)}.physician-info{margin-bottom:var(--space-4)}.physician-info h3{margin:0 0 var(--space-1) 0;font-size:1.15rem;font-weight:600;color:var(--primary)}.physician-info .physician-specialty{display:inline-block;padding:4px var(--space-3);background:#3a9b8e1a;color:var(--accent-teal);border-radius:var(--radius-2xl);font-size:var(--font-size-xs);font-weight:500}.physician-stats{display:flex;align-items:center;gap:12px}.physician-stats .stat-badge{display:flex;flex-direction:column;align-items:center;padding:8px var(--space-3);background:var(--bg-card);border-radius:var(--radius-lg);border:2px solid var(--accent-teal);min-width:70px}.physician-stats .stat-badge .stat-value{font-size:var(--font-size-2xl);font-weight:700;color:var(--accent-teal);line-height:1}.physician-stats .stat-badge .stat-label{font-size:var(--font-size-xs);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-top:var(--space-0-5)}.physician-stats .availability-bar{flex:1;height:8px;background:#2b7a6f1a;border-radius:var(--radius-sm);overflow:hidden;position:relative}.physician-stats .availability-bar .availability-fill{height:100%;transition:width .3s ease;border-radius:var(--radius-sm)}.physician-stats .availability-bar.high .availability-fill{background:linear-gradient(90deg,#43e97b,#71ee9b)}.physician-stats .availability-bar.medium .availability-fill{background:linear-gradient(90deg,var(--secondary) 0%,var(--secondary-light) 100%)}.physician-stats .availability-bar.low .availability-fill{background:linear-gradient(90deg,#fa709a,#fca1bd)}.physician-stats .availability-percent{font-size:var(--font-size-sm);font-weight:600;color:var(--primary);min-width:45px;text-align:right}.slots-container{padding:var(--space-5);max-height:500px;overflow-y:auto}.slots-container::-webkit-scrollbar{width:8px}.slots-container::-webkit-scrollbar-track{background:#2b7a6f0d;border-radius:var(--radius-sm)}.slots-container::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--accent-teal) 0%,var(--primary) 100%);border-radius:var(--radius-sm)}.slots-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--primary) 0%,var(--accent-teal) 100%)}.slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px}.slot-button{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-3) 8px;border-radius:var(--radius-lg);border:2px solid;background:var(--bg-card);cursor:pointer;transition:all .2s ease;position:relative;min-height:70px}.slot-button .slot-time{font-size:var(--font-size-base);font-weight:600;margin-bottom:var(--space-1)}.slot-button .slot-icon{opacity:.8}.slot-button.available{border-color:#43e97b4d;color:#17c853}.slot-button.available:hover{background:#43e97b1a;border-color:#43e97b;box-shadow:0 4px 12px #43e97b33}.slot-button.available:active{transform:translateY(0)}.slot-button.occupied{border-color:#dc262633;background:#dc26260d;color:#b21d1d;cursor:not-allowed;opacity:.6}.slot-button.occupied .slot-time{text-decoration:line-through}.slot-button:disabled{pointer-events:none}.no-slots{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-10) var(--space-5);color:var(--text-secondary);text-align:center}.no-slots svg{margin-bottom:var(--space-4);opacity:.5}.no-slots p{margin:0;font-size:var(--font-size-sm)}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px var(--space-5);text-align:center;color:var(--text-secondary)}.empty-state svg{margin-bottom:var(--space-6);opacity:.3}.empty-state h3{margin:0 0 var(--space-2) 0;font-size:var(--font-size-xl);color:var(--primary)}.empty-state p{margin:0;font-size:var(--font-size-sm)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px var(--space-5)}.loading-container .spinner{width:48px;height:48px;border:4px solid rgba(43,122,111,.1);border-top-color:var(--accent-teal);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:var(--space-4)}.loading-container p{margin:0;color:var(--text-secondary);font-size:var(--font-size-sm)}@media (max-width: 480px){.availability-view{padding:var(--space-4)}.slots-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.slot-button{padding:var(--space-2-5) var(--space-1-5);min-height:60px}.slot-button .slot-time{font-size:var(--font-size-sm)}.slot-button .slot-icon{width:14px;height:14px}}.article-sidebar{display:flex;flex-direction:column;gap:var(--space-6);position:sticky;top:calc(80px + var(--space-6));max-height:calc(100vh - 80px - var(--space-12));overflow-y:auto}.article-sidebar__section{background:var(--surface);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:var(--space-5);position:relative}.article-sidebar__heading{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-4);padding-bottom:var(--space-2);border-bottom:2px solid var(--bg-highlight)}.article-sidebar__search{display:flex;gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color var(--transition-fast)}.article-sidebar__search:focus-within{border-color:var(--primary);box-shadow:0 0 0 2px var(--bg-highlight)}.article-sidebar__search-input{flex:1;border:none;padding:var(--space-2) var(--space-3);font-size:var(--font-size-sm);background:transparent;color:var(--text-primary);outline:none;min-width:0}.article-sidebar__search-input::placeholder{color:var(--text-tertiary)}.article-sidebar__search-btn{border:none;background:var(--primary);color:var(--text-on-primary);padding:var(--space-2) var(--space-3);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition-fast)}.article-sidebar__search-btn:hover{background:var(--primary-dark)}.article-sidebar__results{position:absolute;top:100%;left:0;right:0;z-index:50;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);margin-top:var(--space-1);max-height:320px;overflow-y:auto}.article-sidebar__results-loading,.article-sidebar__results-empty{padding:var(--space-4);text-align:center;color:var(--text-tertiary);font-size:var(--font-size-sm)}.article-sidebar__result-item{display:flex;flex-direction:column;gap:2px;padding:var(--space-3) var(--space-4);text-decoration:none;border-bottom:1px solid var(--border-light);transition:background var(--transition-fast)}.article-sidebar__result-item:last-of-type{border-bottom:none}.article-sidebar__result-item:hover{background:var(--bg-highlight)}.article-sidebar__result-title{font-size:var(--font-size-sm);color:var(--text-primary);font-weight:var(--font-weight-medium);line-height:1.4}.article-sidebar__result-cat{font-size:var(--font-size-xs);color:var(--primary)}.article-sidebar__results-all{display:block;padding:var(--space-3) var(--space-4);text-align:center;font-size:var(--font-size-sm);color:var(--primary);font-weight:var(--font-weight-semibold);text-decoration:none;border-top:1px solid var(--border-light)}.article-sidebar__results-all:hover{background:var(--bg-highlight)}.article-sidebar__categories{display:flex;flex-direction:column;gap:var(--space-1)}.article-sidebar__cat-link{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius);text-decoration:none;color:var(--text-secondary);font-size:var(--font-size-sm);transition:all var(--transition-fast)}.article-sidebar__cat-link:hover{background:var(--bg-highlight);color:var(--primary)}.article-sidebar__cat-link--active{background:var(--bg-highlight);color:var(--primary);font-weight:var(--font-weight-semibold)}.article-sidebar__cat-icon{font-size:var(--font-size-base);flex-shrink:0;width:20px;text-align:center}.article-sidebar__cat-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-sidebar__cat-count{flex-shrink:0;font-size:var(--font-size-xs);color:var(--text-tertiary);background:var(--surface-secondary);padding:var(--space-0) var(--space-2);border-radius:var(--radius-full);font-weight:var(--font-weight-medium)}.article-sidebar__cta{background:var(--bg-highlight)}.article-sidebar__cta p{font-size:var(--font-size-sm);color:var(--text-secondary);margin-bottom:var(--space-3);line-height:1.5}.article-sidebar__cta-btn{display:block;width:100%;text-align:center;padding:var(--space-2) var(--space-4);background:var(--primary);color:var(--text-on-primary);border-radius:var(--radius);text-decoration:none;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);transition:background var(--transition-fast)}.article-sidebar__cta-btn:hover{background:var(--primary-dark)}@media (max-width: 1024px){.article-sidebar{flex-direction:row;overflow-x:auto;gap:var(--space-4);padding-bottom:var(--space-2)}.article-sidebar__section{min-width:260px;flex-shrink:0}.article-sidebar__section:first-child{min-width:280px}}@media (max-width: 640px){.article-sidebar{flex-direction:column}.article-sidebar__section,.article-sidebar__section:first-child{min-width:unset}}.article-page{min-height:100vh;background:var(--background);font-family:var(--font-family-sans);color:var(--text-primary)}.article-page__layout{display:grid;grid-template-columns:1fr 280px;gap:var(--space-8);max-width:1100px;margin:0 auto;padding:calc(80px + var(--space-8)) var(--space-6) var(--space-8);align-items:start}@media (max-width: 1024px){.article-page__layout{grid-template-columns:1fr;max-width:720px}}.article-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding-top:80px;gap:var(--space-4);color:var(--text-secondary)}.article-page__spinner{width:40px;height:40px;border:3px solid var(--border);border-top:3px solid var(--primary);border-radius:50%;animation:article-spin 1s linear infinite}@keyframes article-spin{to{transform:rotate(360deg)}}.article-page__error{padding-top:80px;text-align:center;padding:var(--space-16) var(--space-6)}.article-page__error h1{color:var(--primary);margin-bottom:var(--space-3)}.article-page__error p{color:var(--text-secondary);margin-bottom:var(--space-6)}.article-page__back-link{color:var(--primary);font-weight:var(--font-weight-semibold);text-decoration:none}.article-page__back-link:hover{text-decoration:underline}.article-page__content{min-width:0}.article-page__meta{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-4);flex-wrap:wrap}.article-page__categories{display:flex;gap:var(--space-2);flex-wrap:wrap}.article-page__category{display:inline-block;padding:var(--space-1) var(--space-3);background:var(--bg-highlight);color:var(--primary);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.03em}.article-page__date{color:var(--text-tertiary);font-size:var(--font-size-sm)}.article-page__title{font-size:var(--font-size-3xl);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);color:var(--primary-dark);margin-bottom:var(--space-4)}@media (min-width: 768px){.article-page__title{font-size:var(--font-size-4xl)}}.article-page__excerpt{font-size:var(--font-size-lg);color:var(--text-secondary);line-height:1.7;margin-bottom:var(--space-6);border-left:3px solid var(--secondary);padding-left:var(--space-4)}.article-page__featured-image{margin-bottom:var(--space-8);border-radius:var(--radius-lg);overflow:hidden;max-height:400px}.article-page__featured-image img{width:100%;height:100%;max-height:400px;object-fit:cover;display:block}.article-page__video{margin-bottom:var(--space-8);border-radius:var(--radius-lg);overflow:hidden}.article-page__video iframe{width:100%;height:auto!important;aspect-ratio:16/9;border:none;border-radius:var(--radius-lg)}.article-page__body{font-size:var(--font-size-base);line-height:1.8;color:var(--text-primary)}.article-page__body h2,.article-page__body h3,.article-page__body h4{color:var(--primary-dark);margin-top:var(--space-8);margin-bottom:var(--space-3)}.article-page__body h2{font-size:var(--font-size-2xl)}.article-page__body h3{font-size:var(--font-size-xl)}.article-page__body p{margin-bottom:var(--space-4)}.article-page__body a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.article-page__body a:hover{color:var(--primary-light)}.article-page__body img{max-width:100%;height:auto;border-radius:var(--radius);margin:var(--space-4) 0}.article-page__body iframe,.article-page__body video,.article-page__body embed,.article-page__body object{display:block;width:100%;min-height:315px;aspect-ratio:16/9;border:none;border-radius:var(--radius);margin:var(--space-6) 0}.article-page__body .wp-block-embed,.article-page__body .wp-block-video{width:100%;margin:var(--space-6) 0}.article-page__body .wp-block-embed__wrapper{position:relative;width:100%;padding-bottom:56.25%}.article-page__body .wp-block-embed__wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:var(--radius)}.article-page__body figure.wp-block-embed{margin:var(--space-6) 0}.article-page__body ul,.article-page__body ol{margin-bottom:var(--space-4);padding-left:var(--space-6)}.article-page__body ul li,.article-page__body ol li{margin-bottom:var(--space-2)}.article-page__body blockquote{border-left:4px solid var(--secondary);margin:var(--space-6) 0;padding:var(--space-4) var(--space-6);background:var(--surface-secondary);border-radius:0 var(--radius) var(--radius) 0;font-style:italic;color:var(--text-secondary)}.article-page__body table{width:100%;border-collapse:collapse;margin:var(--space-6) 0}.article-page__body table th,.article-page__body table td{padding:var(--space-3);border:1px solid var(--border);text-align:left}.article-page__body table th{background:var(--primary);color:var(--text-on-primary);font-weight:var(--font-weight-semibold)}.article-page__body table tr:nth-child(2n){background:var(--surface-secondary)}.article-page__body pre{background:var(--primary-dark);color:var(--text-inverse);padding:var(--space-4);border-radius:var(--radius);overflow-x:auto;margin:var(--space-4) 0;font-size:var(--font-size-sm)}.article-page__body code{background:var(--surface-secondary);padding:var(--space-0-5) var(--space-1-5);border-radius:var(--radius-sm);font-size:.9em}.article-page__body pre code{background:none;padding:0}.article-page__body .wp-block-columns{display:flex;gap:var(--space-6);margin:var(--space-6) 0}.article-page__body .wp-block-columns .wp-block-column{flex:1;min-width:0}@media (max-width: 768px){.article-page__body .wp-block-columns{flex-direction:column}}.article-page__body figure.wp-block-post-featured-image:empty,.article-page__body figure.alignwide:empty{display:none}.article-page__body .wp-block-post-template{list-style:none;padding:0;margin:var(--space-4) 0;display:grid;grid-template-columns:1fr;gap:0}.article-page__body .wp-block-post-template .wp-block-post{margin:0;padding:0}.article-page__body .wp-block-post-template .wp-block-post figure:empty{display:none}.article-page__body .wp-block-post-template .wp-block-post .wp-block-separator,.article-page__body .wp-block-post-template .wp-block-post hr{margin:0;border:none;border-top:1px solid var(--border-light)}.article-page__body .wp-block-query{margin:var(--space-4) 0}.article-page__body .wp-block-query ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:0}.article-page__body .wp-block-query li{margin:0;padding:var(--space-3) 0;border-bottom:1px solid var(--border-light)}.article-page__body .wp-block-query li:last-child{border-bottom:none}.article-page__body .wp-block-query li figure:empty{display:none}.article-page__body .wp-block-query li hr{display:none}.article-page__body .wp-block-query li a{display:flex;align-items:center;gap:8px;padding:var(--space-2-5) var(--space-3-5);border-radius:var(--radius);background:var(--surface-secondary);text-decoration:none;color:var(--primary);font-weight:var(--font-weight-medium);font-size:var(--font-size-sm);transition:all var(--transition-fast);border:1px solid var(--border-light)}.article-page__body .wp-block-query li a:before{content:"→";flex-shrink:0;font-size:var(--font-size-sm);color:var(--primary-light)}.article-page__body .wp-block-query li a:hover{background:var(--primary);color:var(--text-on-primary);border-color:var(--primary);transform:translate(4px)}.article-page__body .wp-block-query li a:hover:before{color:var(--text-on-primary)}.article-page__body .wp-block-query li a img{display:none}.article-page__body img[src=""],.article-page__body img:not([src]){display:none}.article-page__tags{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-top:var(--space-8);padding-top:var(--space-6);border-top:1px solid var(--border-light)}.article-page__tag{color:var(--text-secondary);font-size:var(--font-size-sm)}.article-page__cta-section{text-align:center;padding:var(--space-12) var(--space-6);background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 100%);color:var(--text-on-primary)}.article-page__cta-section h2{font-size:var(--font-size-2xl);margin-bottom:var(--space-2)}.article-page__cta-section p{opacity:.9;margin-bottom:var(--space-6)}.article-page__cta-buttons{display:flex;gap:var(--space-4);justify-content:center;flex-wrap:wrap}.article-page__btn{display:inline-block;padding:var(--space-3) var(--space-8);border-radius:var(--radius-full);font-weight:var(--font-weight-semibold);text-decoration:none;transition:all var(--transition-fast)}.article-page__btn--primary{background:var(--secondary);color:var(--primary-dark)}.article-page__btn--primary:hover{background:var(--secondary-light)}.article-page__btn--whatsapp{background:var(--event-whatsapp);color:var(--text-on-primary)}.article-page__btn--whatsapp:hover{background:var(--success)}.article-page__footer{text-align:center;padding:var(--space-6);border-top:1px solid var(--border-light);color:var(--text-secondary);font-size:var(--font-size-sm)}.article-page__footer strong{display:block;color:var(--primary);margin-bottom:var(--space-1)}.article-page__langs{display:flex;gap:6px;margin-bottom:var(--space-4)}.article-page__lang-badge{font-size:var(--font-size-xs);font-weight:700;padding:3px var(--space-2);border-radius:var(--radius-md);background:#2b7a6f14;color:var(--primary);border:1px solid rgba(43,122,111,.2);letter-spacing:.4px;transition:background .15s}.article-page__lang-badge--active{background:var(--primary);color:var(--text-on-primary);border-color:var(--primary)}.blog-page{min-height:100vh;background:var(--background)}.blog-hero{position:relative;padding:108px 24px 76px;text-align:center;overflow:hidden}.blog-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,var(--primary-dark) 0%,var(--primary) 40%,var(--primary-light) 100%);z-index:0}.blog-hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 80%,rgba(197,168,50,.12) 0%,transparent 60%),radial-gradient(ellipse at 80% 20%,rgba(255,255,255,.06) 0%,transparent 50%)}.blog-hero__content{position:relative;z-index:1;max-width:640px;margin:0 auto}.blog-hero__label{display:inline-block;font-family:var(--font-mono, "JetBrains Mono", ui-monospace, monospace);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);letter-spacing:.16em;text-transform:uppercase;color:var(--secondary);background:#ffffff1a;padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);margin-bottom:var(--space-5)}.blog-hero__title{font-family:var(--font-serif, "Fraunces", Georgia, serif);font-size:var(--font-size-2xl-plus);font-weight:500;color:var(--text-inverse);margin:0 0 var(--space-4);letter-spacing:-.01em;line-height:var(--line-height-tight)}.blog-hero__desc{font-size:var(--font-size-lg);color:var(--text-inverse-light);max-width:500px;margin:0 auto;line-height:var(--line-height-normal);font-weight:var(--font-weight-normal)}.blog-main{max-width:1200px;margin:0 auto;padding:var(--space-8) 24px var(--space-16)}.blog-cats{display:flex;gap:var(--space-2);flex-wrap:wrap;margin-bottom:var(--space-8);padding-bottom:var(--space-6);border-bottom:1px solid var(--border)}.blog-cats__chip{padding:var(--space-1-5) var(--space-4);border:1px solid var(--border-dark);border-radius:var(--radius-full);background:var(--surface);color:var(--text-secondary);font-size:var(--font-size-xs-plus);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.blog-cats__chip:hover{border-color:var(--primary);color:var(--primary)}.blog-cats__chip--active{background:var(--primary)!important;color:var(--text-inverse)!important;border-color:var(--primary)!important}.blog-loading{text-align:center;padding:80px var(--space-5);color:var(--text-tertiary)}.blog-loading__spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:blogSpin .8s linear infinite;margin:0 auto var(--space-4)}.blog-loading p{font-size:var(--font-size-sm)}@keyframes blogSpin{to{transform:rotate(360deg)}}.blog-empty{text-align:center;padding:80px var(--space-5)}.blog-empty svg{margin-bottom:var(--space-4)}.blog-empty h3{font-family:var(--font-serif, "Fraunces", Georgia, serif);font-size:var(--font-size-xl);font-weight:600;color:var(--text-primary);margin:0 0 var(--space-2)}.blog-empty p{font-size:var(--font-size-sm);color:var(--text-tertiary);margin:0 0 var(--space-6)}.blog-empty__link{color:var(--primary);font-weight:var(--font-weight-semibold);text-decoration:underline;text-underline-offset:3px}.blog-featured{display:grid;grid-template-columns:1.2fr 1fr;background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow-md);transition:all var(--transition-normal);margin-bottom:var(--space-10)}.blog-featured:hover{box-shadow:var(--shadow-lg)}.blog-featured__image{position:relative;min-height:320px;overflow:hidden}.blog-featured__image img{width:100%;height:100%;object-fit:cover;filter:saturate(1.18) contrast(1.12);transition:transform var(--transition-slow),filter var(--transition-slow)}.blog-featured__image:hover img{transform:scale(1.04);filter:saturate(1.25) contrast(1.14)}.blog-featured__placeholder{width:100%;height:100%;min-height:320px;background:linear-gradient(135deg,var(--surface-secondary) 0%,var(--background) 100%);display:flex;align-items:center;justify-content:center;color:var(--primary);opacity:.5}.blog-featured__body{padding:var(--space-8);display:flex;flex-direction:column;justify-content:center}.blog-featured__meta{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-4)}.blog-featured__cat{display:inline-flex;align-items:center;gap:4px;background:var(--color-brand-soft, rgba(53, 120, 115, .12));color:var(--color-brand-strong, #2a615d);font-size:var(--font-size-xs);font-weight:700;padding:var(--space-1) var(--space-3);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.04em}.blog-featured__cat svg{flex-shrink:0}.blog-featured__read{font-size:var(--font-size-xs);color:var(--text-tertiary);font-weight:var(--font-weight-medium)}.blog-featured__title{font-family:var(--font-serif, "Fraunces", Georgia, serif);font-size:var(--font-size-2xl);font-weight:600;color:var(--text-primary);margin:0 0 var(--space-3);line-height:1.25;letter-spacing:-.01em}.blog-featured__excerpt{font-size:var(--font-size-base);color:var(--text-secondary);line-height:1.7;margin:0 0 var(--space-5)}.blog-featured__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.blog-featured__footer time{font-size:var(--font-size-xs-plus);color:var(--text-tertiary);font-weight:var(--font-weight-medium)}.blog-featured__cta{display:inline-flex;align-items:center;gap:6px;font-size:var(--font-size-sm);font-weight:700;color:var(--primary);transition:gap var(--transition-fast)}.blog-featured__cta:hover{gap:10px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6)}.blog-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:all var(--transition-normal);display:flex;flex-direction:column}.blog-card:hover{box-shadow:var(--shadow-md)}.blog-card:hover .blog-card__cta{gap:8px}.blog-card:hover .blog-card__image img{transform:scale(1.05);filter:saturate(1.25) contrast(1.14)}.blog-card__image{position:relative;width:100%;height:180px;overflow:hidden;background:linear-gradient(135deg,var(--surface-secondary) 0%,var(--background) 100%)}.blog-card__image img{width:100%;height:100%;object-fit:cover;filter:saturate(1.18) contrast(1.12);transition:transform var(--transition-normal),filter var(--transition-normal)}.blog-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--primary);opacity:.35}.blog-card__date-badge{position:absolute;top:12px;right:12px;z-index:2;background:var(--black-60);color:var(--text-inverse);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);padding:var(--space-1) var(--space-2-5);border-radius:var(--radius-sm);text-transform:capitalize}.blog-card__body{padding:var(--space-5);flex:1;display:flex;flex-direction:column}.blog-card__cats{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:var(--space-3)}.blog-card__cats span{background:var(--color-brand-soft, rgba(53, 120, 115, .12));color:var(--color-brand-strong, #2a615d);font-size:.68rem;font-weight:700;padding:3px var(--space-2-5);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.04em}.blog-card__title{font-family:var(--font-serif, "Fraunces", Georgia, serif);font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin:0 0 var(--space-2);line-height:1.35;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__excerpt{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.65;margin:0;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:var(--space-4);padding-top:var(--space-3);border-top:1px solid var(--border-light)}.blog-card__read{font-size:var(--font-size-xs);color:var(--text-tertiary);font-weight:var(--font-weight-medium)}.blog-card__read:before{content:"";display:inline-block;width:4px;height:4px;background:var(--border-dark);border-radius:50%;margin-right:var(--space-1-5);vertical-align:middle}.blog-card__cta{display:inline-flex;align-items:center;gap:4px;font-size:var(--font-size-xs-plus);font-weight:700;color:var(--primary);transition:gap var(--transition-fast)}.blog-pag{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:var(--space-12)}.blog-pag__arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border-dark);background:var(--surface);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast)}.blog-pag__arrow:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:var(--primary-10)}.blog-pag__arrow:disabled{opacity:.35;cursor:not-allowed}.blog-pag__num{min-width:40px;height:40px;border:1px solid transparent;background:transparent;border-radius:var(--radius-sm);color:var(--text-secondary);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all var(--transition-fast)}.blog-pag__num:hover{background:var(--primary-10);color:var(--primary)}.blog-pag__num--active{background:var(--primary);color:var(--text-inverse);border-color:var(--primary)}.blog-pag__num--active:hover{background:var(--primary-dark);color:var(--text-inverse)}.blog-pag__dots{min-width:32px;text-align:center;color:var(--text-tertiary);font-weight:var(--font-weight-semibold);-webkit-user-select:none;user-select:none}@media (max-width: 1024px){.blog-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-5)}.blog-featured{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.blog-hero{padding:88px 20px 40px}.blog-hero__title{font-size:var(--font-size-4xl)}.blog-hero__desc{font-size:var(--font-size-base)}.blog-featured{grid-template-columns:1fr}.blog-featured__image,.blog-featured__placeholder{min-height:220px}.blog-featured__body{padding:var(--space-6)}.blog-featured__title{font-size:var(--font-size-xl)}.blog-grid{grid-template-columns:1fr;gap:var(--space-4)}.blog-card__image{height:200px}}@media (max-width: 480px){.blog-hero{padding:80px 16px 32px}.blog-hero__title{font-size:var(--font-size-3xl)}.blog-main{padding:var(--space-6) 16px var(--space-12)}.blog-cats{gap:6px}.blog-cats__chip{font-size:var(--font-size-xs);padding:5px var(--space-3)}}.blog-card__langs{display:flex;gap:4px;margin-right:auto}.blog-card__lang-badge{font-size:.65rem;font-weight:700;padding:var(--space-0) 5px;border-radius:var(--radius-sm);background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary, #2B7A6F);border:1px solid color-mix(in srgb,var(--primary) 20%,transparent);letter-spacing:.3px}.blog-featured__langs{display:flex;gap:4px}.blog-featured__lang-badge{font-size:var(--font-size-xs);font-weight:700;padding:var(--space-0-5) var(--space-1-5);border-radius:var(--radius-sm);background:#fff3;color:inherit;border:1px solid rgba(255,255,255,.3)}.immunotherapy-page{flex:1;max-width:1440px;margin:0 auto;width:100%;padding:var(--space-6) var(--space-8)}@media (max-width: 1024px){.immunotherapy-page{padding:var(--space-5) var(--space-6)}}@media (max-width: 768px){.immunotherapy-page{padding:var(--space-4)}}.immuno-patient-tabs{display:flex;gap:var(--space-2);margin-bottom:var(--space-4);border-bottom:2px solid var(--border);padding-bottom:0}.immuno-patient-tab{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);background:transparent;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;color:var(--text-secondary);font-size:var(--font-size-sm);font-weight:500;cursor:pointer;transition:all var(--transition-normal)}.immuno-patient-tab svg{width:16px;height:16px}.immuno-patient-tab:hover{color:var(--text-primary);background:var(--bg-card-hover)}.immuno-patient-tab--active{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.immuno-patient-tab__count{background:var(--bg-card-hover);color:var(--text-secondary);padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:600}.immuno-patient-tab--active .immuno-patient-tab__count{background:var(--primary);color:var(--text-on-primary)}.immuno-btn-start{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--primary);color:var(--text-on-primary);border:none;border-radius:var(--radius);font-size:var(--font-size-xs);font-weight:500;cursor:pointer;transition:all var(--transition-normal);white-space:nowrap}.immuno-btn-start svg{width:14px;height:14px}.immuno-btn-start:hover{opacity:.9}.immuno-header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6)}.immuno-header__info{flex:1}.immuno-header h1{margin:0 0 var(--space-1) 0;font-size:var(--font-size-3xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);letter-spacing:-.02em}.immuno-header__subtitle{color:var(--text-secondary);font-size:var(--font-size-sm)}.immuno-error{background:color-mix(in srgb,var(--error) 8%,transparent);color:var(--error);padding:var(--space-3) var(--space-4);border-radius:var(--radius);border:1px solid color-mix(in srgb,var(--error) 20%,transparent);font-size:var(--font-size-sm);margin-bottom:var(--space-4)}.immuno-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4);margin-bottom:var(--space-6)}@media (max-width: 1024px){.immuno-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.immuno-stats{grid-template-columns:repeat(2,1fr);gap:var(--space-3)}}.immuno-stat{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:var(--transition-theme);padding:var(--space-4) var(--space-5);display:flex;align-items:center;gap:var(--space-3);transition:transform var(--transition-normal),box-shadow var(--transition-normal)}.immuno-stat:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover);border-color:var(--primary-border-strong)}.immuno-stat__icon{width:44px;height:44px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;flex-shrink:0}.immuno-stat__icon svg{width:22px;height:22px}.immuno-stat__content{display:flex;flex-direction:column;gap:2px}.immuno-stat__value{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);line-height:1.2}.immuno-stat__label{font-size:var(--font-size-xs);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-weight:var(--font-weight-medium)}.immuno-stat--total .immuno-stat__icon{background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary)}.immuno-stat--good .immuno-stat__icon{background:color-mix(in srgb,var(--success) 12%,transparent);color:var(--success)}.immuno-stat--warning .immuno-stat__icon{background:color-mix(in srgb,var(--warning) 12%,transparent);color:var(--warning)}.immuno-stat--danger .immuno-stat__icon{background:color-mix(in srgb,var(--error) 10%,transparent);color:var(--error)}.immuno-toolbar{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);padding:var(--space-3) var(--space-4);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:var(--transition-theme);border-radius:var(--radius-lg);flex-wrap:wrap}@media (max-width: 768px){.immuno-toolbar{flex-direction:column;align-items:stretch;gap:var(--space-3)}}.immuno-toolbar__spacer{flex:1}@media (max-width: 768px){.immuno-toolbar__spacer{display:none}}.immuno-search{display:flex;align-items:center;gap:var(--space-2);min-width:200px;max-width:300px;position:relative}@media (max-width: 768px){.immuno-search{max-width:100%}}.immuno-search__icon{position:absolute;left:10px;display:flex;color:var(--text-tertiary)}.immuno-search__icon svg{width:16px;height:16px}.immuno-search__input{flex:1;padding:var(--space-2) var(--space-3) var(--space-2) 34px;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--surface);transition:all var(--transition-fast)}.immuno-search__input::placeholder{color:var(--text-tertiary)}.immuno-search__input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 10%,transparent)}.immuno-filters{display:flex;gap:var(--space-2);flex-wrap:wrap}.immuno-filter-chip{padding:4px var(--space-3);border:1px solid var(--border);border-radius:var(--radius-full);background:transparent;color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.immuno-filter-chip:hover{border-color:var(--primary);color:var(--primary);background:color-mix(in srgb,var(--primary) 5%,transparent)}.immuno-filter-chip--active{background:var(--primary);color:var(--text-inverse);border-color:var(--primary)}.immuno-filter-chip--active:hover{background:var(--primary);color:var(--text-inverse)}.immuno-view-toggle{display:flex;gap:2px;background:#0000000a;border-radius:var(--radius-sm);padding:var(--space-0-5)}.immuno-view-btn{display:flex;align-items:center;justify-content:center;padding:var(--space-1-5) var(--space-2-5);border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast)}.immuno-view-btn svg{width:16px;height:16px}.immuno-view-btn:hover{background:color-mix(in srgb,var(--primary) 8%,transparent);color:var(--primary)}.immuno-view-btn--active{background:var(--gradient-primary);color:var(--text-inverse);box-shadow:0 2px 6px color-mix(in srgb,var(--primary) 20%,transparent)}.immuno-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:var(--space-4)}.immuno-loading p{color:var(--text-secondary);font-size:var(--font-size-sm)}.immuno-spinner{width:40px;height:40px;border:3px solid color-mix(in srgb,var(--primary) 20%,transparent);border-top-color:var(--primary);border-radius:50%;animation:immuno-spin .8s linear infinite}@keyframes immuno-spin{to{transform:rotate(360deg)}}.immuno-empty{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:var(--transition-theme);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-16) var(--space-8);min-height:300px}.immuno-empty__icon{margin-bottom:var(--space-4);color:var(--text-tertiary)}.immuno-empty__icon svg{width:48px;height:48px}.immuno-empty h3{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0 0 var(--space-2)}.immuno-empty p{color:var(--text-secondary);font-size:var(--font-size-sm);margin:0;max-width:400px}.immuno-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:var(--space-5)}@media (max-width: 768px){.immuno-grid{grid-template-columns:1fr;gap:var(--space-4)}}.immuno-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:var(--transition-theme);padding:var(--space-5);cursor:pointer;display:flex;flex-direction:column;gap:var(--space-4)}.immuno-card:hover{box-shadow:0 8px 24px color-mix(in srgb,var(--primary) 12%,transparent)}.immuno-card__header{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3)}.immuno-card__name{font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-primary);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.immuno-card__adherence{display:flex;flex-direction:column;gap:var(--space-1)}.immuno-card__adherence-header{display:flex;justify-content:space-between;font-size:var(--font-size-xs);color:var(--text-secondary)}.immuno-card__adherence-header .adherence--good{color:var(--success);font-weight:var(--font-weight-semibold)}.immuno-card__adherence-header .adherence--warning{color:var(--warning);font-weight:var(--font-weight-semibold)}.immuno-card__adherence-header .adherence--danger{color:var(--error);font-weight:var(--font-weight-semibold)}.immuno-card__bar{height:6px;background:#0000000f;border-radius:var(--radius-xs);overflow:hidden}.immuno-card__bar-fill{height:100%;border-radius:var(--radius-xs);transition:width .6s ease}.immuno-card__bar-fill.adherence--good{background:var(--success)}.immuno-card__bar-fill.adherence--warning{background:var(--warning)}.immuno-card__bar-fill.adherence--danger{background:var(--error)}.immuno-card__vaccines{display:flex;flex-direction:column;gap:var(--space-2)}.immuno-card__vaccine{display:flex;align-items:center;gap:var(--space-2);font-size:var(--font-size-sm);color:var(--text-primary);padding:var(--space-2) var(--space-3);background:color-mix(in srgb,var(--primary) 4%,transparent);border-radius:var(--radius-sm)}.immuno-card__vaccine-icon{display:flex;color:var(--primary)}.immuno-card__vaccine-icon svg{width:14px;height:14px}.immuno-card__vaccine-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.immuno-card__vaccine-count{font-weight:var(--font-weight-semibold);color:var(--text-secondary);font-size:var(--font-size-xs)}.immuno-card__stats{display:flex;gap:var(--space-4);padding-top:var(--space-2);border-top:1px solid var(--border-light)}.immuno-card__stat{display:flex;flex-direction:column;gap:1px}.immuno-card__stat--reactions .immuno-card__stat-value{color:var(--error)}.immuno-card__stat-label{font-size:var(--font-size-2xs);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em}.immuno-card__stat-value{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.immuno-card__dates{display:flex;flex-direction:column;gap:var(--space-1)}.immuno-card__date{display:flex;align-items:center;gap:var(--space-2);font-size:var(--font-size-xs);color:var(--text-secondary)}.immuno-card__date svg{width:13px;height:13px;flex-shrink:0}.immuno-card__date--next{color:var(--primary);font-weight:var(--font-weight-medium)}.immuno-card__action{display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding-top:var(--space-3);border-top:1px solid var(--border-light);color:var(--primary);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.04em}.immuno-card__action svg{width:14px;height:14px}.immuno-table-wrap{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:var(--transition-theme);overflow-x:auto}.immuno-table{width:100%;border-collapse:separate;border-spacing:0}.immuno-table th{padding:var(--space-3) var(--space-4);text-align:left;font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);background:#00000005;white-space:nowrap}.immuno-table td{padding:var(--space-3) var(--space-4);font-size:var(--font-size-sm);color:var(--text-primary);border-bottom:1px solid var(--border-light)}.immuno-table .center{text-align:center}.immuno-table__row{cursor:pointer;transition:background var(--transition-fast)}.immuno-table__row:hover{background:color-mix(in srgb,var(--primary) 4%,transparent)}.immuno-table__row:last-child td{border-bottom:none}.immuno-table__name{font-weight:var(--font-weight-semibold);color:var(--primary)}.adherence--good{color:var(--success);font-weight:var(--font-weight-semibold)}.adherence--warning{color:var(--warning);font-weight:var(--font-weight-semibold)}.adherence--danger,.immuno-reactions-badge{color:var(--error);font-weight:var(--font-weight-semibold)}.immuno-reactions-severe{font-size:var(--font-size-xs);font-weight:var(--font-weight-normal);margin-left:var(--space-0-5)}.immuno-header__actions{display:flex;gap:var(--space-3);align-items:center;flex-shrink:0}.immuno-btn-consent{display:flex;align-items:center;gap:8px;padding:10px var(--space-5);background:var(--primary-bg-medium);color:var(--primary);border:1px solid var(--primary-border-medium);border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.immuno-btn-consent:hover{background:var(--primary-bg-hover);border-color:var(--primary-border-strong)}.immuno-btn-consent__icon{display:flex;width:18px;height:18px}.immuno-btn-consent__icon svg{width:100%;height:100%}.immuno-btn-new{display:flex;align-items:center;gap:8px;padding:10px var(--space-5);background:var(--primary);color:var(--text-on-primary);border:none;border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:600;cursor:pointer;transition:all .15s ease;white-space:nowrap}.immuno-btn-new:hover{background:var(--primary-dark);box-shadow:0 4px 12px color-mix(in srgb,var(--primary) 30%,transparent)}.immuno-btn-new__icon{display:flex;width:18px;height:18px}.immuno-btn-new__icon svg{width:100%;height:100%}.immuno-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#00000080;display:flex;align-items:center;justify-content:center;padding:var(--space-6)}.immuno-modal{background:var(--bg-card);border-radius:var(--radius-2xl);width:100%;max-width:640px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-modal)}.immuno-modal__header h2{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin:0}.immuno-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:var(--radius-lg);background:transparent;color:var(--text-secondary);cursor:pointer}.immuno-modal__close:hover{background:var(--muted);color:var(--error)}.immuno-modal__close svg{width:18px;height:18px}.immuno-modal__form{padding:var(--space-6);display:flex;flex-direction:column;gap:16px}.immuno-modal__actions{display:flex;justify-content:flex-end;gap:12px;padding-top:var(--space-2);border-top:1px solid var(--border);margin-top:var(--space-2)}.immuno-modal__btn{padding:10px var(--space-5);border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:600;border:none;cursor:pointer;transition:all .15s ease}.immuno-modal__btn--cancel{background:var(--muted);color:var(--text-primary)}.immuno-modal__btn--cancel:hover{background:var(--border)}.immuno-modal__btn--submit{background:var(--primary);color:var(--text-on-primary)}.immuno-modal__btn--submit:hover:not(:disabled){background:var(--primary-dark)}.immuno-modal__btn--submit:disabled{opacity:.5;cursor:not-allowed}.immuno-field{display:flex;flex-direction:column;gap:4px}.immuno-field label{font-size:var(--font-size-xs);font-weight:600;color:var(--text-primary)}.immuno-field input,.immuno-field select,.immuno-field textarea{padding:8px var(--space-3);border:1px solid var(--border-input);border-radius:var(--radius-lg);font-size:var(--font-size-sm);color:var(--text-primary);transition:border-color .15s}.immuno-field input:focus,.immuno-field select:focus,.immuno-field textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 10%,transparent)}.immuno-field input::placeholder,.immuno-field select::placeholder,.immuno-field textarea::placeholder{color:var(--text-tertiary)}.immuno-field textarea{resize:vertical}.immuno-field__selected{display:flex;align-items:center;justify-content:space-between;padding:8px var(--space-3);background:var(--primary-bg-light);border:1px solid var(--primary);border-radius:var(--radius-lg);font-size:var(--font-size-sm);color:var(--text-primary);font-weight:500}.immuno-field__selected button{display:flex;background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:var(--space-0-5)}.immuno-field__selected button:hover{color:var(--error)}.immuno-field__selected button svg{width:16px;height:16px}.immuno-field__search{position:relative}.immuno-field__loading{padding:8px var(--space-3);font-size:var(--font-size-xs);color:var(--text-secondary)}.immuno-field__dropdown{position:absolute;top:100%;left:0;right:0;background:var(--bg-card);border:1px solid var(--border-input);border-radius:var(--radius-lg);box-shadow:0 8px 24px #0000001f;max-height:200px;overflow-y:auto;z-index:10;margin-top:var(--space-1)}.immuno-field__option{display:block;width:100%;text-align:left;padding:10px var(--space-3);border:none;background:none;font-size:var(--font-size-sm);color:var(--text-primary);cursor:pointer}.immuno-field__option:hover{background:var(--muted)}.immuno-field__option+.immuno-field__option{border-top:1px solid var(--border-light)}.immuno-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 480px){.immuno-field-row{grid-template-columns:1fr}}.immuno-wizard-stepper{display:flex;align-items:center;justify-content:center;padding:var(--space-4) var(--space-2);margin-bottom:var(--space-4);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg)}.immuno-wizard-stepper__connector{flex:0 0 32px;height:2px;background:var(--border)}.immuno-wizard-stepper__connector--done{background:var(--primary)}.immuno-wizard-stepper__step{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:60px}.immuno-wizard-stepper__step--done .immuno-wizard-stepper__circle{background:var(--primary);color:#fff;border-color:var(--primary)}.immuno-wizard-stepper__step--active .immuno-wizard-stepper__circle{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 20%,transparent)}.immuno-wizard-stepper__step--pending .immuno-wizard-stepper__circle{background:var(--bg-card);color:var(--text-tertiary);border-color:var(--border)}.immuno-wizard-stepper__step--active .immuno-wizard-stepper__label{color:var(--primary);font-weight:600}.immuno-wizard-stepper__step--done .immuno-wizard-stepper__label{color:var(--text-secondary)}.immuno-wizard-stepper__circle{width:30px;height:30px;border-radius:50%;border:2px solid;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-xs);font-weight:600;transition:all .2s}.immuno-wizard-stepper__label{font-size:10px;color:var(--text-tertiary);white-space:nowrap}.immuno-wizard-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--bg-page);overflow-y:auto}.immuno-wizard{max-width:720px;margin:0 auto;padding:var(--space-6) var(--space-4)}.immuno-wizard__header{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4)}.immuno-wizard__header h2{margin:0;font-size:var(--font-size-xl)}.immuno-wizard__back{background:none;border:1px solid var(--border);border-radius:var(--radius-sm);padding:var(--space-1-5);cursor:pointer;color:var(--text-secondary)}.immuno-wizard__back:hover{background:var(--bg-hover)}.immuno-wizard__content{min-height:300px}.immuno-wizard__step h3{margin:0 0 var(--space-3);font-size:var(--font-size-lg)}.immuno-wizard__desc{color:var(--text-secondary);font-size:var(--font-size-sm);margin-bottom:var(--space-4)}.immuno-wizard__checklist{display:flex;flex-direction:column;gap:var(--space-3)}.immuno-wizard__checklist label{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;font-size:var(--font-size-sm)}.immuno-wizard__checklist label:hover{background:var(--bg-hover)}.immuno-wizard__checklist label input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary)}.immuno-wizard__timer{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);padding:var(--space-6);margin-bottom:var(--space-4)}.immuno-wizard__timer-display{font-size:3rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--primary)}.immuno-wizard__timer-display--done{color:var(--success)}.immuno-wizard__timer-btn{padding:var(--space-2) var(--space-4);background:var(--primary);color:var(--text-on-primary);border:none;border-radius:var(--radius-md);font-weight:600;cursor:pointer}.immuno-wizard__timer-btn:hover{background:var(--primary-hover)}.immuno-wizard__timer-status{font-size:var(--font-size-sm);color:var(--text-secondary)}.immuno-wizard__timer-status--done{color:var(--success);font-weight:600}.immuno-wizard__summary{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4)}.immuno-wizard__summary p{margin:var(--space-1) 0;font-size:var(--font-size-sm)}.immuno-wizard__nav{display:flex;align-items:center;gap:var(--space-3);margin-top:var(--space-6);padding-top:var(--space-4);border-top:1px solid var(--border)}.immuno-wizard__nav-btn{padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);font-weight:600;font-size:var(--font-size-sm);cursor:pointer;transition:all .15s}.immuno-wizard__nav-btn--back{background:none;border:1px solid var(--border);color:var(--text-secondary)}.immuno-wizard__nav-btn--back:hover{background:var(--bg-hover)}.immuno-wizard__nav-btn--next{background:var(--primary);color:#fff;border:none}.immuno-wizard__nav-btn--next:hover{background:var(--primary-hover)}.immuno-wizard__nav-btn--next:disabled{opacity:.5;cursor:not-allowed}.immuno-wizard__nav-btn--submit{background:var(--success);color:#fff;border:none}.immuno-wizard__nav-btn--submit:hover{filter:brightness(.9)}.immuno-wizard__nav-btn--submit:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.immuno-wizard-stepper__connector{flex:0 0 12px}.immuno-wizard-stepper__step{min-width:45px}.immuno-wizard-stepper__label{font-size:9px}.immuno-wizard-stepper__circle{width:24px;height:24px;font-size:10px}}.immuno-protocols-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;margin-top:8px}.immuno-protocol-card{background:var(--color-bg-card, #fff);border:1px solid var(--color-border, #e2e8f0);border-radius:8px;padding:16px}.immuno-protocol-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:10px}.immuno-protocol-card__name{font-size:14px;font-weight:600;color:var(--color-text-primary, #1a202c);line-height:1.3}.immuno-protocol-card__allergens{font-size:12px;color:var(--color-text-secondary, #718096);margin-top:2px}.immuno-protocol-card__desc{font-size:13px;color:var(--color-text-secondary, #718096);line-height:1.5;margin:0 0 12px}.immuno-protocol-card__meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:var(--color-text-primary, #1a202c);padding-top:10px;border-top:1px solid var(--color-border, #e2e8f0)}.immuno-protocol-card__meta span{display:flex;align-items:center;gap:4px}.immuno-protocol-card__meta svg{width:12px;height:12px;opacity:.6}.immuno-protocol-card__manufacturer{margin-top:8px;font-size:11px;color:var(--color-text-secondary, #718096);font-style:italic}.immuno-stock-alerts{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.immuno-stock-alert{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:6px;font-size:13px;font-weight:500}.immuno-stock-alert svg{width:16px;height:16px;flex-shrink:0}.immuno-stock-alert--warning{background:var(--color-warning-subtle, #fffbeb);border:1px solid var(--color-warning, #f59e0b);color:var(--color-warning-dark, #92400e)}.immuno-stock-alert--danger{background:var(--color-danger-subtle, #fff5f5);border:1px solid var(--color-danger, #fc8181);color:var(--color-danger-dark, #c53030)}.immuno-patient-tab-content h4{font-size:15px;font-weight:600;color:var(--color-text-primary, #1a202c);margin-bottom:12px}.immuno-plan-summary{background:var(--color-bg-subtle, #f7fafc);border:1px solid var(--color-border, #e2e8f0);border-left:3px solid var(--color-primary, #3b82f6);border-radius:6px;padding:14px 16px}.immuno-plan-summary h4{margin-bottom:10px}.immuno-plan-summary__grid{display:flex;flex-wrap:wrap;gap:8px 20px;font-size:13px;color:var(--color-text-primary, #1a202c)}.immunotherapy-card-page{flex:1;max-width:1440px;margin:0 auto;width:100%;padding:var(--space-6) var(--space-8)}@media (max-width: 1024px){.immunotherapy-card-page{padding:var(--space-5) var(--space-6)}}@media (max-width: 768px){.immunotherapy-card-page{padding:var(--space-4)}}.immuno-patient-selector{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);padding:var(--space-3) var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.immuno-patient-selector__label{font-size:var(--font-size-sm);font-weight:600;color:var(--text-secondary);white-space:nowrap}.immuno-patient-selector__select{flex:1;padding:var(--space-2) var(--space-3);background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);font-size:var(--font-size-sm);cursor:pointer}.immuno-patient-selector__select:focus{outline:none;border-color:var(--primary)}.immuno-loading{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-8);justify-content:center;color:var(--text-secondary);font-size:var(--font-size-sm)}.immunotherapy-card-page .immuno-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:var(--space-5)}.immunotherapy-card-page .immuno-card--sm{min-width:280px}.immunotherapy-card-page .immuno-card--lg{flex:2;min-width:0}.immunotherapy-card-page .immuno-card--full{width:100%}.immunotherapy-card-page .immuno-card__header{display:flex;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-5);background:var(--primary);color:var(--text-on-primary)}.immunotherapy-card-page .immuno-card__header-row{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border);flex-wrap:wrap;gap:var(--space-3)}.immunotherapy-card-page .immuno-card__header-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:var(--radius-lg);flex-shrink:0}.immunotherapy-card-page .immuno-card__header-icon svg{width:22px;height:22px}.immunotherapy-card-page .immuno-card__header-info{display:flex;flex-direction:column;gap:2px;flex:1}.immunotherapy-card-page .immuno-card__title{font-size:var(--font-size-base);font-weight:700;line-height:1.2;color:var(--text-on-primary)}.immunotherapy-card-page .immuno-card__subtitle{font-size:var(--font-size-xs);opacity:.85;color:var(--text-on-primary)}.immunotherapy-card-page .immuno-card__badge{padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:600;background:#ffffff40;color:var(--text-on-primary)}.immunotherapy-card-page .immuno-card__badge[data-phase=maintenance]{background:#22c55e4d}.immunotherapy-card-page .immuno-card__badge[data-phase=build_up]{background:#f59e0b4d}.immunotherapy-card-page .immuno-card__section{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border)}.immunotherapy-card-page .immuno-card__section:last-child{border-bottom:none}.immunotherapy-card-page .immuno-card__section--highlight{background:rgba(var(--primary-rgb, 43, 122, 111),.04)}.immunotherapy-card-page .immuno-card__section-title{font-size:var(--font-size-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-secondary);margin:0 0 var(--space-3) 0;padding:0}.immunotherapy-card-page .immuno-card__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:var(--space-3)}.immunotherapy-card-page .immuno-card__field{display:flex;flex-direction:column;gap:2px}.immunotherapy-card-page .immuno-card__label{font-size:var(--font-size-xs);color:var(--text-muted);font-weight:500}.immunotherapy-card-page .immuno-card__value{font-size:var(--font-size-sm);color:var(--text-primary);font-weight:600}.immunotherapy-card-page .immuno-card__value--accent{color:var(--primary);font-size:var(--font-size-base)}.immunotherapy-card-page .immuno-card__adherence{display:flex;flex-direction:column;gap:var(--space-2)}.immunotherapy-card-page .immuno-card__adherence-pct{font-size:var(--font-size-2xl);font-weight:800;line-height:1}.immunotherapy-card-page .immuno-card__adherence-bar-wrap{height:6px;background:var(--border);border-radius:var(--radius-full);overflow:hidden}.immunotherapy-card-page .immuno-card__adherence-bar{height:100%;border-radius:var(--radius-full);transition:width .5s ease}.immunotherapy-card-page .immuno-card__streak{display:flex;align-items:center;gap:var(--space-1);font-size:var(--font-size-xs);color:var(--text-secondary)}.immunotherapy-card-page .immuno-card__streak svg{color:var(--warning)}.immuno-card-actions{display:flex;gap:var(--space-3);margin-top:var(--space-5);flex-wrap:wrap}.immuno-card-actions button{display:flex;align-items:center;gap:var(--space-2)}.immuno-card-actions button svg{width:16px;height:16px}.immuno-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-4);padding:var(--space-10) var(--space-6);color:var(--text-muted);text-align:center}.immuno-empty svg{width:40px;height:40px;opacity:.4}.immuno-empty p{margin:0;font-size:var(--font-size-sm)}.immuno-adherence-grid{display:flex;flex-wrap:wrap;gap:var(--space-5);align-items:flex-start}.immuno-doughnut-wrap{position:relative;width:180px;margin:var(--space-4) auto}.immuno-doughnut-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.immuno-doughnut-pct{font-size:var(--font-size-2xl);font-weight:800;line-height:1}.immuno-doughnut-label{font-size:var(--font-size-xs);color:var(--text-muted)}.immuno-alerts{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-4) var(--space-5);padding-top:0}.immuno-alert{display:flex;align-items:flex-start;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);font-size:var(--font-size-xs);line-height:1.5}.immuno-alert svg{width:14px;height:14px;flex-shrink:0;margin-top:var(--space-0)}.immuno-alert--danger{background:#ef44441a;color:var(--danger);border-left:3px solid var(--danger)}.immuno-alert--warning{background:#f59e0b1a;color:var(--warning-dark);border-left:3px solid var(--warning)}.dark .immuno-alert--warning{color:var(--warning)}.immuno-alert--success{background:#22c55e1a;color:var(--success-dark);border-left:3px solid var(--success)}.dark .immuno-alert--success{color:var(--success-light)}.immuno-alert--info{background:#8b5cf61a;color:var(--primary);border-left:3px solid var(--primary)}.immuno-stats-row{display:flex;flex-wrap:wrap;gap:var(--space-6);padding:var(--space-4) var(--space-5)}.immuno-stat-item{display:flex;flex-direction:column;align-items:center;gap:var(--space-1);flex:1;min-width:100px}.immuno-stat-value{font-size:var(--font-size-2xl);font-weight:800;color:var(--text-primary);line-height:1}.immuno-stat-label{font-size:var(--font-size-xs);color:var(--text-muted);text-align:center}.immuno-table-wrap{overflow-x:auto}.immuno-table{width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.immuno-table th{padding:var(--space-3) var(--space-4);text-align:left;font-size:var(--font-size-xs);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);border-bottom:2px solid var(--border);background:var(--surface-alt);white-space:nowrap}.immuno-table td{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border);color:var(--text-primary);vertical-align:middle}.immuno-table tr:last-child td{border-bottom:none}.immuno-table tr:hover td{background:var(--surface-hover, rgba(0, 0, 0, .02))}.immuno-table__notes{max-width:200px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.immuno-table__crm{display:block;font-size:var(--font-size-xs);color:var(--text-muted);font-weight:500}.immuno-reactions-list{padding:var(--space-4) var(--space-5);display:flex;flex-direction:column;gap:var(--space-3)}.immuno-reaction-item{display:flex;gap:var(--space-4);padding:var(--space-4);background:var(--surface-alt);border-radius:var(--radius-lg);border:1px solid var(--border)}.immuno-reaction-severity{display:flex;align-items:center;justify-content:center;padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:700;color:var(--text-on-primary);white-space:nowrap;height:fit-content;align-self:flex-start;margin-top:var(--space-0-5)}.immuno-reaction-body{flex:1;display:flex;flex-direction:column;gap:var(--space-1);font-size:var(--font-size-sm)}.immuno-reaction-date{font-size:var(--font-size-xs);color:var(--text-muted);margin-bottom:var(--space-1)}.immuno-reaction-symptoms,.immuno-reaction-location,.immuno-reaction-treatment{color:var(--text-primary);line-height:1.5}.immuno-reaction-symptoms strong,.immuno-reaction-location strong,.immuno-reaction-treatment strong{color:var(--text-secondary)}.immuno-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center;padding:var(--space-4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.immuno-modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-xl)}.immuno-modal__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--border)}.immuno-modal__title{display:flex;align-items:center;gap:var(--space-2);font-size:var(--font-size-base);font-weight:700;color:var(--text-primary);margin:0}.immuno-modal__title svg{width:18px;height:18px;color:var(--danger)}.immuno-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-md);background:transparent;border:none;color:var(--text-muted);cursor:pointer;transition:all var(--transition-fast)}.immuno-modal__close svg{width:16px;height:16px}.immuno-modal__close:hover{background:var(--surface-alt);color:var(--text-primary)}.immuno-modal__body{padding:var(--space-5) var(--space-6);display:flex;flex-direction:column;gap:var(--space-4)}.immuno-modal__error{padding:var(--space-3) var(--space-4);background:#ef44441a;border:1px solid var(--danger);border-radius:var(--radius-md);color:var(--danger);font-size:var(--font-size-sm)}.immuno-modal__footer{display:flex;gap:var(--space-3);justify-content:flex-end;padding-top:var(--space-2)}.immuno-form-group{display:flex;flex-direction:column;gap:var(--space-2)}.immuno-form-label{font-size:var(--font-size-sm);font-weight:600;color:var(--text-secondary)}.immuno-form-input,.immuno-form-select,.immuno-form-textarea{padding:var(--space-2) var(--space-3);background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);font-size:var(--font-size-sm);font-family:inherit;transition:border-color var(--transition-fast)}.immuno-form-input:focus,.immuno-form-select:focus,.immuno-form-textarea:focus{outline:none;border-color:var(--primary)}.immuno-form-textarea{resize:vertical;min-height:60px}@media print{.no-print,.immuno-card-actions,.immuno-patient-selector,.page-header__actions,.page-header__tabs,.sidebar,.floating-fabs{display:none!important}.main-layout{display:block!important}.main-content{margin-left:0!important;padding:0!important}.immunotherapy-card-page{padding:0!important}.immuno-card{border:1px solid #ddd!important;box-shadow:none!important;break-inside:avoid}.immuno-card__header{background:#5b21b6!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}}.btn-sm{padding:var(--space-1) var(--space-3)!important;font-size:var(--font-size-xs)!important}.ui-tabs{width:100%}.ui-tabs__list{display:flex;align-items:center;gap:var(--space-1);background-color:var(--muted);border-radius:var(--radius-md);padding:var(--space-1)}.ui-tabs__trigger{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border:none;border-radius:var(--radius);background-color:transparent;color:var(--muted-foreground);font-family:var(--font-family-sans);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.ui-tabs__trigger:hover:not(:disabled){color:var(--text-primary);background-color:var(--neutral-bg-hover)}.ui-tabs__trigger:disabled{opacity:.5;cursor:not-allowed}.ui-tabs__trigger--active{background-color:var(--bg-card);color:var(--text-primary);box-shadow:var(--shadow-xs)}.ui-tabs__trigger--active:hover:not(:disabled){background-color:var(--bg-card)}.ui-tabs__trigger-icon{display:inline-flex;font-size:var(--font-size-base)}.ui-tabs__trigger-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background-color:var(--primary);color:var(--primary-foreground);font-size:var(--font-size-2xs);font-weight:var(--font-weight-semibold);border-radius:var(--radius-full)}.ui-tabs__content{margin-top:var(--space-4)}.pdx-page{min-height:100vh;background:var(--bg-page);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.pdx-page__header{background:var(--bg-card);border-bottom:1px solid var(--border);padding:0 var(--space-6);height:60px;display:flex;align-items:center}.pdx-page__header-inner{max-width:960px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.pdx-page__title{margin:0;font-size:var(--font-size-lg);font-weight:600;color:var(--text-primary)}.pdx-page__content{padding:var(--space-6)}.pdx-page__container{max-width:960px;margin:0 auto}.pdx-tab{display:flex;flex-direction:column;gap:var(--space-4)}.pdx-tab--standalone{margin-top:var(--space-2)}.pdx-msg{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:1px solid var(--border);font-size:var(--font-size-sm);background:var(--bg-card)}.pdx-msg--success{background:var(--success-bg, color-mix(in srgb, var(--success) 10%, transparent));border-color:var(--success);color:var(--success-fg, var(--success))}.pdx-msg--error{background:var(--destructive-bg, color-mix(in srgb, var(--destructive) 10%, transparent));border-color:var(--destructive);color:var(--destructive-fg, var(--destructive))}.pdx-msg--info{background:var(--primary-bg, color-mix(in srgb, var(--primary) 8%, transparent));border-color:var(--primary);color:var(--primary-fg, var(--primary))}.pdx-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 1px 2px #0000000a}.pdx-card__title{margin:0;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border);font-size:var(--font-size-base);font-weight:600;color:var(--text-primary)}.pdx-card__body{padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-4)}.pdx-card__lead{margin:0;color:var(--text-secondary);font-size:var(--font-size-sm);line-height:1.55}.pdx-card__bullets{margin:0;padding-left:var(--space-5);display:flex;flex-direction:column;gap:var(--space-2);color:var(--text-secondary);font-size:var(--font-size-sm)}.pdx-card__actions{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.pdx-card__hint{color:var(--text-tertiary, var(--text-secondary));font-size:var(--font-size-xs)}.pdx-empty{margin:0;color:var(--text-secondary);font-size:var(--font-size-sm);text-align:center;padding:var(--space-4)}.pdx-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-3)}.pdx-list__item{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card)}.pdx-list__main{display:flex;flex-direction:column;gap:var(--space-1);min-width:0;flex:1}.pdx-list__row{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.pdx-list__date{font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary)}.pdx-list__sub{font-size:var(--font-size-xs);color:var(--text-secondary)}.pdx-list__sub--warn{color:var(--warning, var(--text-secondary))}.pdx-list__actions{flex-shrink:0;align-self:center}.pdx-confirm__note{font-size:var(--font-size-xs);color:var(--text-secondary);margin:var(--space-2) 0 0}.patient-portal-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-page);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-primary)}.patient-portal-page__header{background:var(--bg-card);border-bottom:1px solid var(--border);padding:0 var(--space-6);height:60px;display:flex;align-items:center;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000f}.patient-portal-page__header-inner{max-width:1200px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.patient-portal-page__brand{display:flex;align-items:center;gap:10px}.patient-portal-page__logo{height:32px;width:auto}.patient-portal-page__brand-text{font-size:var(--font-size-base);font-weight:600;color:var(--primary)}.patient-portal-page__user-area{display:flex;align-items:center;gap:12px}.patient-portal-page__user-name{font-size:var(--font-size-sm);color:var(--text-secondary);font-weight:500}.patient-portal-page__tabs{background:var(--bg-card);border-bottom:2px solid var(--border);overflow-x:auto;-webkit-overflow-scrolling:touch}.patient-portal-page__tabs::-webkit-scrollbar{height:3px}.patient-portal-page__tabs::-webkit-scrollbar-thumb{background:var(--border-input);border-radius:var(--radius-xs)}.patient-portal-page__tabs-inner{max-width:1200px;margin:0 auto;display:flex;gap:0;padding:0 var(--space-6)}.patient-portal-page__tab{padding:var(--space-3) 18px;border:none;background:none;font-size:var(--font-size-sm);font-weight:500;color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s}.patient-portal-page__tab:hover{color:var(--primary)}.patient-portal-page__tab--active{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.patient-portal-page__content{flex:1;padding:var(--space-6)}.patient-portal-page__container{max-width:1200px;margin:0 auto}.patient-portal-page__footer{background:var(--bg-card);border-top:1px solid var(--border);padding:var(--space-4) var(--space-6);text-align:center;font-size:var(--font-size-xs);color:var(--text-tertiary)}.patient-portal-page__footer p{margin:2px 0}.pp-tab__loading{text-align:center;padding:var(--space-12) 0;color:var(--text-secondary);font-size:var(--font-size-sm)}.pp-tab__empty{text-align:center;padding:var(--space-12) 0;color:var(--text-tertiary)}.pp-tab__msg{padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);margin-bottom:var(--space-4);font-size:var(--font-size-sm)}.pp-tab__msg--success{background:var(--success-bg);color:var(--success);border:1px solid var(--success-light)}.pp-tab__msg--error{background:var(--error-bg);color:var(--error);border:1px solid var(--error-light)}.pp-tab__actions{display:flex;gap:12px;margin-top:var(--space-4)}.pp-card{background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border);margin-bottom:var(--space-4);overflow:hidden}.pp-card__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--bg-hover-subtle)}.pp-card__title{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin:0;padding:var(--space-4) var(--space-5) 0}.pp-card__header .pp-card__title{padding:0}.pp-card__subtitle{font-size:var(--font-size-xs);color:var(--text-secondary)}.pp-card__body{padding:var(--space-4) var(--space-5)}.pp-card__info{font-size:var(--font-size-sm);color:var(--text-secondary);margin-bottom:var(--space-4);line-height:1.5}.pp-card__notes{font-size:var(--font-size-xs);color:var(--text-secondary);font-style:italic;margin-bottom:var(--space-3)}.pp-card__empty{text-align:center;color:var(--text-tertiary);padding:var(--space-6) 0;font-size:var(--font-size-sm)}.pp-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.pp-field{display:flex;flex-direction:column;gap:4px}.pp-field--wide{grid-column:span 2}.pp-field--full{grid-column:1/-1}.pp-field__label{font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px}.pp-field__value{font-size:var(--font-size-sm);color:var(--text-primary);padding:var(--space-2) 0}.pp-field__input,.pp-field__textarea{padding:var(--space-2) var(--space-3);border:1px solid var(--border-medium);border-radius:var(--radius-md);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--bg-card);transition:border-color .2s}.pp-field__input:focus,.pp-field__textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #2b7a6f1a}.pp-field__textarea{resize:vertical;min-height:80px}.pp-btn{padding:var(--space-2) var(--space-5);border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:500;cursor:pointer;border:none;transition:all .2s}.pp-btn--primary{background:var(--primary);color:var(--text-on-primary)}.pp-btn--primary:hover:not(:disabled){background:var(--primary-dark)}.pp-btn--primary:disabled{opacity:.6;cursor:not-allowed}.pp-btn--outline{background:transparent;color:var(--primary);border:1px solid var(--primary)}.pp-btn--outline:hover{background:#2b7a6f0f}.pp-btn--small{padding:5px var(--space-3);font-size:var(--font-size-xs)}.pp-list{display:flex;flex-direction:column;gap:0}.pp-list__item{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid var(--bg-hover-subtle)}.pp-list__item:last-child{border-bottom:none}.pp-list__item--clickable{cursor:pointer}.pp-list__item--clickable:hover{background:var(--bg-header);margin:0 -20px;padding-left:var(--space-5);padding-right:var(--space-5)}.pp-list__icon{font-size:var(--font-size-2xl);flex-shrink:0;width:36px;text-align:center}.pp-list__content{flex:1;min-width:0}.pp-list__title{font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary)}.pp-list__meta{display:flex;gap:10px;margin-top:var(--space-1);font-size:var(--font-size-xs);color:var(--text-tertiary);flex-wrap:wrap}.pp-list__desc{font-size:var(--font-size-xs);color:var(--text-secondary);margin-top:var(--space-1)}.pp-med-list{display:flex;flex-direction:column;gap:12px}.pp-med-item{padding:var(--space-3);background:var(--bg-slots);border-radius:var(--radius-md);border:1px solid var(--border-light)}.pp-med-item__name{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary);margin-bottom:var(--space-1)}.pp-med-item__details{display:flex;gap:12px;font-size:var(--font-size-xs);color:var(--text-secondary);flex-wrap:wrap}.pp-med-item__details span:after{content:"|";margin-left:var(--space-3);color:var(--border-input)}.pp-med-item__details span:last-child:after{content:""}.pp-med-item__instructions{font-size:var(--font-size-xs);color:var(--text-tertiary);font-style:italic;margin-top:var(--space-1)}.pp-badge{display:inline-block;padding:3px var(--space-2-5);border-radius:var(--radius-2xl);font-size:var(--font-size-xs);font-weight:500}.pp-badge--active,.pp-badge--completed,.pp-badge--success{background:var(--success-bg);color:var(--success)}.pp-badge--pending,.pp-badge--in_progress{background:var(--warning-bg);color:var(--warning)}.pp-badge--cancelled,.pp-badge--denied,.pp-badge--error{background:var(--error-bg);color:var(--error)}.pp-badge--neutral{background:var(--bg-hover-subtle);color:var(--text-secondary)}.pp-table-wrapper{overflow-x:auto}.pp-table{width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.pp-table th{text-align:left;padding:var(--space-2-5) var(--space-3);font-weight:600;color:var(--text-secondary);border-bottom:2px solid var(--border);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.3px}.pp-table td{padding:var(--space-2-5) var(--space-3);border-bottom:1px solid var(--bg-hover-subtle);color:var(--text-primary)}.pp-table__desc{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pp-table tr:hover td{background:var(--bg-header)}.pp-upload-form{display:grid;grid-template-columns:200px 1fr;gap:16px;align-items:end}.pp-upload-area{display:block;cursor:pointer;border:2px dashed var(--border-medium);border-radius:var(--radius-lg);padding:var(--space-6);text-align:center;transition:border-color .2s,background .2s}.pp-upload-area:hover{border-color:var(--primary);background:#2b7a6f05}.pp-upload-area__content{display:flex;flex-direction:column;align-items:center;gap:6px}.pp-upload-area__icon{font-size:var(--font-size-4xl)}.pp-upload-area__text{font-size:var(--font-size-sm);font-weight:500;color:var(--text-secondary)}.pp-upload-area__hint{font-size:var(--font-size-xs);color:var(--text-tertiary)}.pp-lgpd-form{display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.patient-portal-page__header,.patient-portal-page__tabs-inner{padding:0 var(--space-4)}.patient-portal-page__tab{padding:var(--space-2-5) var(--space-3);font-size:var(--font-size-xs)}.patient-portal-page__content{padding:var(--space-4)}.patient-portal-page__user-name{display:none}.pp-form-grid{grid-template-columns:1fr}.pp-field--wide{grid-column:span 1}.pp-upload-form{grid-template-columns:1fr}.pp-med-item__details{flex-direction:column;gap:2px}.pp-med-item__details span:after{content:""!important;margin:0!important}}@media (max-width: 480px){.patient-portal-page__tab{padding:var(--space-2) var(--space-2-5);font-size:var(--font-size-xs)}.pp-card__body{padding:var(--space-3) var(--space-3-5)}}.patient-allergy-alert{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4);margin-bottom:var(--space-4);border-radius:var(--radius-md);border-left:4px solid var(--color-warning, #f59e0b);background:color-mix(in srgb,var(--color-warning, #f59e0b) 12%,var(--surface, #fff));color:var(--text-primary)}.patient-allergy-alert--severe{border-left-color:var(--color-danger, #dc3545);background:color-mix(in srgb,var(--color-danger, #dc3545) 12%,var(--surface, #fff))}.patient-allergy-alert--compact{padding:var(--space-3);gap:var(--space-2)}.patient-allergy-alert__header{display:flex;align-items:center;gap:var(--space-3)}.patient-allergy-alert__icon{font-size:1.5rem;line-height:1;flex-shrink:0}.patient-allergy-alert__title-wrap{display:flex;align-items:baseline;flex-wrap:wrap;gap:var(--space-2);flex:1}.patient-allergy-alert__title{font-size:var(--font-size-base);font-weight:var(--font-weight-bold);color:var(--color-danger, #dc3545);text-transform:uppercase;letter-spacing:.4px}.patient-allergy-alert:not(.patient-allergy-alert--severe) .patient-allergy-alert__title{color:var(--color-warning, #b45309)}.patient-allergy-alert__count{font-size:var(--font-size-xs);color:var(--text-secondary)}.patient-allergy-alert__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-2)}.patient-allergy-alert__item{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2) var(--space-3);padding:var(--space-2) var(--space-3);background:var(--surface, #fff);border-radius:var(--radius-sm);border:1px solid color-mix(in srgb,var(--color-warning, #f59e0b) 30%,transparent)}.patient-allergy-alert__item--anaphylaxis,.patient-allergy-alert__item--severe{border-color:color-mix(in srgb,var(--color-danger, #dc3545) 45%,transparent);background:color-mix(in srgb,var(--color-danger, #dc3545) 6%,var(--surface, #fff))}.patient-allergy-alert__label{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-primary)}.patient-allergy-alert__meta{font-size:var(--font-size-xs);color:var(--text-secondary);display:inline-flex;flex-wrap:wrap;align-items:center;gap:var(--space-1)}.patient-allergy-alert__sep{color:var(--text-tertiary)}.patient-allergy-alert__evidence{margin-left:auto;padding:var(--space-1) var(--space-3);border:1px solid var(--border, #e5e7eb);background:transparent;border-radius:var(--radius-sm);cursor:pointer;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);color:var(--primary, #2b7a6f);transition:background var(--transition-fast),border-color var(--transition-fast)}.patient-allergy-alert__evidence:hover,.patient-allergy-alert__evidence:focus-visible{background:color-mix(in srgb,var(--primary, #2b7a6f) 10%,transparent);border-color:var(--primary, #2b7a6f);outline:none}@media (max-width: 640px){.patient-allergy-alert{padding:var(--space-3)}.patient-allergy-alert__evidence{margin-left:0;width:100%;text-align:center}}.score-badge{display:inline-flex;align-items:center;gap:4px;border-radius:var(--radius-full, 9999px);font-weight:var(--font-weight-medium, 500);white-space:nowrap;line-height:1;cursor:default;transition:opacity .15s ease}.score-badge--sm{padding:var(--space-0-5) var(--space-2);font-size:var(--font-size-2xs)}.score-badge--sm .score-badge__score{font-size:var(--font-size-2xs)}.score-badge--md{padding:3px var(--space-2-5);font-size:var(--font-size-xs)}.score-badge--md .score-badge__score{font-size:var(--font-size-xs)}.score-badge--lg{padding:5px var(--space-3-5);font-size:var(--font-size-sm)}.score-badge--lg .score-badge__score{font-size:var(--font-size-sm)}.score-badge--default{background-color:var(--bg-badge, var(--bg-page));color:var(--text-secondary);border:1px solid var(--border)}.score-badge--custom{background-color:color-mix(in srgb,var(--score-badge-color) 15%,transparent);color:var(--score-badge-color);border:1px solid color-mix(in srgb,var(--score-badge-color) 30%,transparent)}@supports not (color: color-mix(in srgb,red 15%,transparent)){.score-badge--custom{background-color:#00000014;border-color:#00000026}}.score-badge__score{font-weight:var(--font-weight-bold, 700)}.score-badge__score:after{content:"";display:inline-block;width:1px;height:10px;background-color:currentColor;opacity:.3;margin-left:var(--space-1);vertical-align:middle}.score-badge__label{letter-spacing:.01em}[data-theme=dark] .score-badge--default,.dark .score-badge--default{background-color:var(--neutral-bg-medium, var(--bg-card-hover));color:var(--text-secondary);border-color:var(--border)}[data-theme=dark] .score-badge--custom,.dark .score-badge--custom{background-color:color-mix(in srgb,var(--score-badge-color) 20%,transparent);border-color:color-mix(in srgb,var(--score-badge-color) 40%,transparent)}@supports not (color: color-mix(in srgb,red 20%,transparent)){[data-theme=dark] .score-badge--custom,.dark .score-badge--custom{background-color:#ffffff1a;border-color:#fff3}}.scorad-calc__patient-selector{margin-bottom:var(--space-4)}.scorad-calc__age-group-badge{margin-top:var(--space-2);padding:var(--space-1-5) var(--space-3);font-size:var(--font-size-xs);color:var(--text-secondary);background:var(--primary-bg-light);border-radius:var(--radius-md);border-left:3px solid var(--primary)}.scorad-calc__patient-inner{display:flex;align-items:center;gap:12px}.scorad-calc__patient-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-xl);background:var(--primary-bg-light);color:var(--primary);flex-shrink:0}.scorad-calc__patient-icon svg{width:20px;height:20px}.scorad-calc__patient-field{flex:1;min-width:0}.scorad-calc__patient-label{display:block;font-size:var(--font-size-2xs);font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-0-5)}.scorad-calc__score-banner{margin-bottom:var(--space-4);padding:var(--space-5) var(--space-6)}.scorad-calc__score-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-3)}.scorad-calc__score-main{display:flex;align-items:baseline;gap:6px}.scorad-calc__score-value{font-size:42px;font-weight:700;color:var(--text-primary);line-height:1}.scorad-calc__score-max{font-size:var(--font-size-lg);color:var(--text-tertiary);font-weight:400}.scorad-calc__severity-badge{display:inline-flex;align-items:center;padding:var(--space-1-5) var(--space-4);border-radius:var(--radius-4xl);font-size:var(--font-size-sm);font-weight:600;letter-spacing:.02em}.scorad-calc__severity-badge--mild{background:var(--success-bg);color:var(--success-dark)}.scorad-calc__severity-badge--moderate{background:var(--warning-bg);color:var(--warning-dark)}.scorad-calc__severity-badge--severe{background:var(--error-bg);color:var(--error-dark)}.scorad-calc__score-bar{position:relative;height:8px;background:var(--border);border-radius:var(--radius-sm);overflow:visible;margin-bottom:var(--space-1-5)}.scorad-calc__score-bar-fill{height:100%;border-radius:var(--radius-sm);transition:width .4s ease}.scorad-calc__score-bar-fill--mild{background:var(--success)}.scorad-calc__score-bar-fill--moderate{background:var(--warning)}.scorad-calc__score-bar-fill--severe{background:var(--error)}.scorad-calc__score-bar-marks{position:relative}.scorad-calc__score-bar-marks span{position:absolute;top:2px;transform:translate(-50%);font-size:var(--font-size-2xs);color:var(--text-tertiary)}.scorad-calc__score-breakdown{display:flex;gap:24px;margin-top:var(--space-4);padding-top:var(--space-3);border-top:1px solid var(--border-light)}.scorad-calc__score-part{display:flex;flex-direction:column;gap:2px}.scorad-calc__score-part-label{font-size:var(--font-size-2xs);font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}.scorad-calc__score-part-value{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary)}.scorad-calc__formula{margin-top:var(--space-2-5);font-size:var(--font-size-xs);color:var(--text-tertiary);font-family:SF Mono,Fira Code,monospace}.scorad-calc__feedback{display:flex;align-items:center;gap:10px;padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);margin-bottom:var(--space-4);font-size:var(--font-size-sm);font-weight:500}.scorad-calc__feedback svg{width:18px;height:18px;flex-shrink:0}.scorad-calc__feedback--success{background:var(--toast-success-bg);color:var(--success-dark);border:1px solid var(--toast-success-border)}.scorad-calc__feedback--error{background:var(--toast-error-bg);color:var(--error-dark);border:1px solid var(--toast-error-border)}.scorad-calc__section-score{font-size:var(--font-size-sm);font-weight:600;color:var(--primary);background:var(--primary-bg-light);padding:var(--space-1) var(--space-3);border-radius:var(--radius-2xl)}.scorad-calc__section-desc{font-size:var(--font-size-xs);color:var(--text-secondary);margin:0 0 var(--space-4);line-height:1.5}.scorad-calc__bodymap-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:var(--space-5)}.scorad-calc__body-svg{width:100%;max-width:500px;height:auto}.scorad-calc__body-label{font-size:var(--font-size-2xs);fill:var(--text-tertiary);font-weight:500}.scorad-calc__bodymap-legend{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.scorad-calc__legend-item{display:flex;align-items:center;gap:6px;font-size:var(--font-size-xs);color:var(--text-secondary)}.scorad-calc__legend-swatch{width:16px;height:16px;border-radius:var(--radius-sm);border:1px solid var(--border);flex-shrink:0}.scorad-calc__region-controls{display:flex;flex-direction:column;gap:6px}.scorad-calc__region-row{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2) var(--space-3);border-radius:var(--radius-lg);background:var(--bg-card-hover);transition:background .15s}.scorad-calc__region-row--active,.scorad-calc__region-row:hover{background:var(--primary-bg-light)}.scorad-calc__region-info{display:flex;flex-direction:column;gap:1px;min-width:140px}.scorad-calc__region-name{font-size:var(--font-size-xs);font-weight:600;color:var(--text-primary)}.scorad-calc__region-weight{font-size:var(--font-size-2xs);color:var(--text-tertiary)}.scorad-calc__extent-buttons{display:flex;gap:4px}.scorad-calc__extent-btn{padding:var(--space-1) var(--space-2-5);border:1px solid var(--border-input);border-radius:var(--radius-md);background:var(--bg-input);font-size:var(--font-size-xs);font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .15s}.scorad-calc__extent-btn:hover{border-color:var(--primary);color:var(--primary)}.scorad-calc__extent-btn--active{border-color:var(--primary);background:var(--primary-bg-medium);color:var(--text-primary);font-weight:700}.scorad-calc__intensity-grid{display:flex;flex-direction:column;gap:12px}.scorad-calc__intensity-item{padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);background:var(--bg-card-hover)}.scorad-calc__intensity-header{display:flex;align-items:baseline;gap:8px;margin-bottom:var(--space-2)}.scorad-calc__intensity-label{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary)}.scorad-calc__intensity-desc{font-size:var(--font-size-xs);color:var(--text-tertiary)}.scorad-calc__intensity-options{display:flex;gap:8px;flex-wrap:wrap}.scorad-calc__intensity-radio{display:flex;align-items:center;gap:6px;padding:var(--space-1-5) var(--space-3);border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-input);cursor:pointer;transition:all .15s}.scorad-calc__intensity-radio input[type=radio]{display:none}.scorad-calc__intensity-radio:hover{border-color:var(--primary)}.scorad-calc__intensity-radio--selected{border-color:var(--primary);background:var(--primary-bg-light)}.scorad-calc__radio-indicator{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--border);font-size:var(--font-size-xs);font-weight:700;color:var(--text-secondary)}.scorad-calc__intensity-radio--selected .scorad-calc__radio-indicator{background:var(--primary);color:var(--text-on-primary)}.scorad-calc__radio-label{font-size:var(--font-size-xs);font-weight:500;color:var(--text-secondary)}.scorad-calc__intensity-radio--selected .scorad-calc__radio-label{color:var(--text-primary);font-weight:600}.scorad-calc__vas-grid{display:flex;flex-direction:column;gap:20px}.scorad-calc__vas-item{padding:var(--space-4);border-radius:var(--radius-lg);background:var(--bg-card-hover)}.scorad-calc__vas-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-2-5)}.scorad-calc__vas-label{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary)}.scorad-calc__vas-value{font-size:var(--font-size-xl);font-weight:700;color:var(--primary);min-width:40px;text-align:right}.scorad-calc__vas-scale{display:flex;align-items:center;gap:10px}.scorad-calc__vas-min,.scorad-calc__vas-max{font-size:var(--font-size-xs);font-weight:600;color:var(--text-tertiary);min-width:20px;text-align:center}.scorad-calc__vas-slider{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:8px;border-radius:var(--radius-sm);background:var(--border);outline:none;cursor:pointer}.scorad-calc__vas-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:var(--primary);border:3px solid var(--bg-card);box-shadow:0 1px 4px #0000004d;cursor:pointer;transition:transform .15s}.scorad-calc__vas-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.scorad-calc__vas-slider::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--primary);border:3px solid var(--bg-card);box-shadow:0 1px 4px #0000004d;cursor:pointer}.scorad-calc__vas-labels{display:flex;justify-content:space-between;margin-top:var(--space-1);font-size:var(--font-size-2xs);color:var(--text-tertiary)}.scorad-calc__notes{width:100%;min-height:80px;padding:var(--space-3);border:1px solid var(--border-input);border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-family:inherit;color:var(--text-primary);background:var(--bg-input);resize:vertical;outline:none;transition:border-color .15s}.scorad-calc__notes:focus{border-color:var(--primary)}.scorad-calc__notes::placeholder{color:var(--text-tertiary)}@media (max-width: 768px){.scorad-calc__score-breakdown{flex-direction:column;gap:8px}.scorad-calc__region-row{flex-direction:column;align-items:flex-start;gap:8px}.scorad-calc__extent-buttons{width:100%;justify-content:space-between}.scorad-calc__intensity-options{flex-direction:column}.scorad-calc__intensity-radio{width:100%}.scorad-calc__score-value{font-size:var(--font-size-4xl)}}.scorad-patient-selector{margin-bottom:var(--space-6)}.scorad-patient-selector__inner{display:flex;align-items:center;gap:var(--space-4)}@media (max-width: 768px){.scorad-patient-selector__inner{flex-wrap:wrap}}.scorad-patient-selector__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--primary-bg-medium);border-radius:var(--radius-full);color:var(--primary);flex-shrink:0}.scorad-patient-selector__icon svg{width:20px;height:20px}.scorad-patient-selector__field{flex:1;min-width:0}.scorad-patient-selector__label{display:block;font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-1)}.scorad-patient-selector__clear{flex-shrink:0;font-size:var(--font-size-lg);line-height:1;padding:var(--space-2) var(--space-3);color:var(--text-tertiary)}.scorad-patient-selector__clear:hover{color:var(--error);background:var(--error-bg)}.scorad-stats .stat-icon svg{width:20px;height:20px;color:inherit}.scorad-chart-legend{display:flex;gap:var(--space-4);flex-wrap:wrap}.scorad-legend-item{font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);display:flex;align-items:center;gap:var(--space-1)}.scorad-legend-item:before{content:"";display:inline-block;width:10px;height:10px;border-radius:var(--radius-full)}.scorad-legend-item--mild:before{background:var(--success)}.scorad-legend-item--moderate:before{background:var(--warning)}.scorad-legend-item--severe:before{background:var(--error)}.scorad-legend-item--mild{color:var(--success-dark)}.scorad-legend-item--moderate{color:var(--warning-dark)}.scorad-legend-item--severe{color:var(--error-dark)}.scorad-chart-wrapper{position:relative;height:320px;margin-top:var(--space-4)}@media (max-width: 768px){.scorad-chart-wrapper{height:220px}}.scorad-chart-zones{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;pointer-events:none;border-radius:var(--radius-sm);overflow:hidden}.scorad-zone{flex:1}.scorad-zone--severe{background:#ef44440a}.scorad-zone--moderate{background:#f59e0b0a}.scorad-zone--mild{background:#10b9810a}.scorad-chart-canvas{position:absolute;top:0;right:0;bottom:0;left:0}.scorad-list{display:flex;flex-direction:column;gap:0}.scorad-card{display:flex;gap:var(--space-4)}.scorad-card__timeline{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:20px}.scorad-card__dot{width:14px;height:14px;border-radius:var(--radius-full);border:2px solid var(--bg-card);box-shadow:0 0 0 2px currentColor;flex-shrink:0;margin-top:var(--space-1)}.scorad-card__dot--mild{background:var(--success);color:var(--success)}.scorad-card__dot--moderate{background:var(--warning);color:var(--warning)}.scorad-card__dot--severe{background:var(--error);color:var(--error)}.scorad-card__line{width:2px;flex:1;min-height:24px;background:var(--border);margin:var(--space-1) 0}.scorad-card__body{flex:1;min-width:0;padding-bottom:var(--space-5);padding-top:var(--space-0-5)}.scorad-card__header{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap}.scorad-card__date{display:flex;align-items:center;gap:var(--space-2);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.scorad-card__date-icon{display:flex;align-items:center;color:var(--text-tertiary)}.scorad-card__date-icon svg{width:14px;height:14px}.scorad-card__badges{display:flex;align-items:center;gap:var(--space-2);flex-wrap:wrap}.scorad-card__scores{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-3)}.scorad-card__notes{font-size:var(--font-size-sm);color:var(--text-secondary);margin:0 0 var(--space-2);font-style:italic;line-height:var(--line-height-relaxed)}.scorad-card__assessor{font-size:var(--font-size-xs);color:var(--text-tertiary);margin:0}.scorad-score-main{display:flex;align-items:baseline;gap:var(--space-2)}.scorad-score-main__value{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--text-primary);line-height:1}.scorad-score-main__label{font-size:var(--font-size-xs);color:var(--text-tertiary);font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.04em}.scorad-score-bar{height:6px;background:var(--border);border-radius:var(--radius-full);overflow:hidden;max-width:320px}.scorad-score-bar__fill{height:100%;border-radius:var(--radius-full);transition:width var(--transition-slow)}.scorad-score-bar__fill--mild{background:var(--success)}.scorad-score-bar__fill--moderate{background:var(--warning)}.scorad-score-bar__fill--severe{background:var(--error)}.scorad-subscores{display:flex;gap:var(--space-4);flex-wrap:wrap;margin-top:var(--space-1)}.scorad-subscore{display:flex;flex-direction:column;gap:2px}.scorad-subscore__label{font-size:var(--font-size-xs);color:var(--text-tertiary);font-weight:var(--font-weight-medium)}.scorad-subscore__value{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.scorad-trend{display:inline-flex;align-items:center;gap:3px;font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);padding:2px var(--space-2);border-radius:var(--radius-full)}.scorad-trend svg{width:12px;height:12px;flex-shrink:0}.scorad-trend--improved{background:var(--success-bg);color:var(--success-dark)}.scorad-trend--worsened{background:var(--error-bg);color:var(--error-dark)}.scorad-trend--stable{background:var(--neutral-bg-medium);color:var(--text-secondary)}.page-title-icon{display:inline-flex;align-items:center;margin-right:var(--space-2);color:var(--primary);vertical-align:middle}.page-title-icon svg{width:28px;height:28px}.scorad-error-state{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);background:var(--error-bg);border:1px solid rgba(239,68,68,.2);border-radius:var(--radius);color:var(--error-dark);font-size:var(--font-size-sm);margin-bottom:var(--space-6)}.scorad-error-state__icon{display:flex;flex-shrink:0}.scorad-error-state__icon svg{width:20px;height:20px}.scorad-error-state p{margin:0}.scorad-empty-initial{border-style:dashed}@media (max-width: 768px){.scorad-card{gap:var(--space-3)}.scorad-card__body{padding-bottom:var(--space-4)}.scorad-card__header{flex-direction:column;align-items:flex-start;gap:var(--space-2)}.scorad-subscores{gap:var(--space-3)}.scorad-score-bar{max-width:100%}}.uas7v__table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:var(--radius-xl);margin-bottom:var(--space-3)}.uas7v__table{width:100%;border-collapse:collapse;min-width:760px;background:var(--surface);border-radius:var(--radius-xl);overflow:hidden}.uas7v__thead-row{background:var(--primary-bg-light)}.uas7v__th{padding:var(--space-2-5) var(--space-2);font-size:var(--font-size-2xs);font-weight:700;color:var(--text-secondary);text-align:center;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);white-space:nowrap}.uas7v__th--label{text-align:left;padding-left:var(--space-3-5);min-width:110px}.uas7v__th--total{background:var(--primary-bg-light);color:var(--primary);min-width:64px}.uas7v__tr{border-bottom:1px solid var(--border)}.uas7v__tr:last-child{border-bottom:none}.uas7v__tr--totals{background:var(--bg)}.uas7v__tr--totals td{padding:var(--space-2) var(--space-1-5)}.uas7v__td{padding:var(--space-2-5) var(--space-1-5);vertical-align:middle;text-align:center}.uas7v__td--total{background:var(--primary-bg-light);text-align:center}.uas7v__td--day-total{text-align:center}.uas7v__row-label{padding:10px 8px 10px 14px;vertical-align:middle;white-space:nowrap}.uas7v__row-label--total{font-weight:700;color:var(--text-secondary);font-size:var(--font-size-2xs);text-transform:uppercase;letter-spacing:.05em}.uas7v__row-icon{display:inline-flex;align-items:center;vertical-align:middle;margin-right:var(--space-1-5);color:var(--text-tertiary)}.uas7v__row-label-text{font-size:var(--font-size-xs);font-weight:600;color:var(--text-primary);vertical-align:middle}.uas7v__cell-group{display:flex;gap:6px;justify-content:center;align-items:flex-end}.uas7v__cell{display:flex;flex-direction:column;align-items:center;gap:2px;padding:5px var(--space-1);border-radius:var(--radius-md);border:1.5px solid var(--border);background:var(--bg);cursor:pointer;transition:all .15s ease;min-width:36px}.uas7v__cell:hover{border-color:var(--primary);background:var(--primary-bg-light);box-shadow:0 2px 8px #00000014}.uas7v__cell:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.uas7v__cell--selected{border-width:2.5px;box-shadow:0 2px 8px #0000002e,0 0 0 2px rgba(var(--primary-rgb, 43, 122, 111),.15);transform:scale(1.04)}.uas7v__cell--severity-0{background:#f3f4f6;border-color:#6b7280!important;color:#6b7280}.uas7v__cell--severity-1{background:#fde8e8;border-color:#b91c1c!important;color:#b91c1c}.uas7v__cell--severity-2{background:#f8a4a4;border-color:#991b1b!important;color:#991b1b}.uas7v__cell--severity-3{background:#e53e3e;border-color:#991b1b!important;color:#fff}.uas7v__cell-score{font-size:var(--font-size-2xs);font-weight:700;line-height:1}.uas7v__day-total-badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 6px;border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:700;background:var(--primary-bg-light);color:var(--primary);transition:background .2s,color .2s}.uas7v__row-total{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;border-radius:var(--radius-lg);font-size:var(--font-size-base);font-weight:700;background:var(--primary-bg-light);color:var(--primary)}.uas7v__grand-total{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;border-radius:var(--radius-xl);font-size:var(--font-size-lg);font-weight:800;background:var(--primary);color:#fff}.uas7v__legend{display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px;padding:var(--space-2-5) var(--space-3-5);border-radius:var(--radius-lg);background:var(--bg);border:1px solid var(--border);margin-bottom:var(--space-4)}.uas7v__legend-title{font-size:var(--font-size-2xs);font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}.uas7v__legend-item{display:inline-flex;align-items:center;gap:4px;padding:3px var(--space-2-5);border-radius:var(--radius-md);font-size:var(--font-size-xs);font-weight:500;border:1px solid transparent}.uas7v__legend-item strong{font-weight:800;margin-right:var(--space-0-5)}.uas7v__score-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:var(--space-4) var(--space-5);border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--surface);margin-top:var(--space-1)}@media (max-width: 600px){.uas7v__score-summary{flex-direction:column;align-items:flex-start}}.uas7v__score-total-block{display:flex;flex-direction:column;gap:4px}.uas7v__score-label{font-size:var(--font-size-2xs);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary)}.uas7v__score-value-row{display:flex;align-items:center;gap:10px}.uas7v__score-number{font-size:36px;font-weight:800;color:var(--text-primary);line-height:1}.uas7v__score-max{font-size:var(--font-size-base);font-weight:400;color:var(--text-tertiary)}.uas7v__save-btn{flex-shrink:0;gap:8px}.uas7v__save-btn svg{flex-shrink:0}[data-theme=dark] .uas7v__table{background:var(--bg-card)}[data-theme=dark] .uas7v__cell{background:var(--bg-card);border-color:var(--border-medium)}[data-theme=dark] .uas7v__cell:hover{background:var(--primary-bg-light);border-color:var(--primary)}[data-theme=dark] .uas7v__cell--selected{box-shadow:0 2px 10px #0000004d,0 0 0 2px rgba(var(--primary-rgb, 43, 122, 111),.25)}[data-theme=dark] .uas7v__legend{background:var(--bg-card);border-color:var(--border-medium)}[data-theme=dark] .uas7v__legend-item{border-color:#ffffff1a}[data-theme=dark] .uas7v__score-summary{background:var(--bg-card)}[data-theme=dark] .uas7v__cell--severity-0{background:#374151!important;border-color:#9ca3af!important;color:#d1d5db!important}[data-theme=dark] .uas7v__cell--severity-1{background:#b91c1c40!important;border-color:#fca5a5!important;color:#fca5a5!important}[data-theme=dark] .uas7v__cell--severity-2{background:#991b1b59!important;border-color:#f87171!important;color:#f87171!important}[data-theme=dark] .uas7v__cell--severity-3{background:#e53e3e73!important;border-color:#ef4444!important;color:#fff!important}.uas7-calc__patient-selector{margin-bottom:var(--space-4)}.uas7-calc__patient-inner{display:flex;align-items:center;gap:12px}.uas7-calc__patient-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-xl);background:var(--primary-bg-light);color:var(--primary);flex-shrink:0}.uas7-calc__patient-icon svg{width:20px;height:20px}.uas7-calc__patient-field{flex:1;min-width:0}.uas7-calc__patient-label{display:block;font-size:var(--font-size-2xs);font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-0-5)}.uas7-calc__score-banner{margin-bottom:var(--space-4);padding:var(--space-5) var(--space-6)}.uas7-calc__score-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-3)}.uas7-calc__score-main{display:flex;align-items:baseline;gap:6px}.uas7-calc__score-value{font-size:42px;font-weight:700;color:var(--text-primary);line-height:1}.uas7-calc__score-max{font-size:var(--font-size-lg);color:var(--text-tertiary);font-weight:400}.uas7-calc__severity-badge{display:inline-flex;align-items:center;padding:var(--space-1-5) var(--space-4);border-radius:var(--radius-4xl);font-size:var(--font-size-sm);font-weight:600;letter-spacing:.02em}.uas7-calc__severity-badge--well-controlled,.uas7-calc__severity-badge--mild{background:var(--success-bg);color:var(--success-dark)}.uas7-calc__severity-badge--moderate{background:var(--warning-bg);color:var(--warning-dark)}.uas7-calc__severity-badge--severe{background:var(--error-bg);color:var(--error-dark)}.uas7-calc__score-bar{position:relative;height:8px;background:var(--border);border-radius:var(--radius-sm);overflow:visible;margin-bottom:var(--space-1-5)}.uas7-calc__score-bar-fill{height:100%;border-radius:var(--radius-sm);transition:width .4s ease}.uas7-calc__score-bar-fill--well-controlled,.uas7-calc__score-bar-fill--mild{background:linear-gradient(90deg,var(--success-light),var(--success))}.uas7-calc__score-bar-fill--moderate{background:linear-gradient(90deg,var(--warning-light),var(--warning))}.uas7-calc__score-bar-fill--severe{background:linear-gradient(90deg,var(--error-light),var(--error))}.uas7-calc__score-bar-marks{position:relative}.uas7-calc__score-bar-marks span{position:absolute;top:2px;transform:translate(-50%);font-size:var(--font-size-2xs);color:var(--text-tertiary)}.uas7-calc__feedback{display:flex;align-items:center;gap:10px;padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);margin-bottom:var(--space-4);font-size:var(--font-size-sm);font-weight:500}.uas7-calc__feedback svg{width:18px;height:18px;flex-shrink:0}.uas7-calc__feedback--success{background:var(--toast-success-bg);color:var(--success-dark);border:1px solid var(--toast-success-border)}.uas7-calc__feedback--error{background:var(--toast-error-bg);color:var(--error-dark);border:1px solid var(--toast-error-border)}.uas7-calc__days-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:var(--space-4)}@media (max-width: 768px){.uas7-calc__days-grid{grid-template-columns:1fr}}.uas7-calc__day-card{padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);transition:border-color .2s ease}.uas7-calc__day-card:hover{border-color:var(--primary)}.uas7-calc__day-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-3-5)}.uas7-calc__day-title{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary)}.uas7-calc__day-score-badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 var(--space-2);border-radius:var(--radius-lg);font-size:var(--font-size-xs);font-weight:700;background:var(--primary-bg-light);color:var(--primary);transition:background .2s,color .2s}.uas7-calc__day-score-badge--nonzero{background:var(--primary);color:var(--text-on-primary)}.uas7-calc__score-field{margin-bottom:var(--space-3)}.uas7-calc__score-field:last-child{margin-bottom:0}.uas7-calc__field-label{font-size:var(--font-size-2xs);font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-1-5);display:block}.uas7-calc__radio-group{display:flex;gap:6px;flex-wrap:wrap}.uas7-calc__radio-option{position:relative}.uas7-calc__radio-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.uas7-calc__radio-option label{display:flex;flex-direction:column;align-items:center;padding:var(--space-1-5) var(--space-2-5);border-radius:var(--radius-lg);border:1.5px solid var(--border);background:var(--bg);cursor:pointer;transition:all .15s ease;min-width:54px;text-align:center}.uas7-calc__radio-option label:hover{border-color:var(--primary);background:var(--primary-bg-light)}.uas7-calc__radio-option input[type=radio]:checked+label{border-color:var(--primary);background:var(--primary);color:var(--text-on-primary)}.uas7-calc__radio-option input[type=radio]:checked+label .uas7-calc__radio-score{color:#ffffffe6}.uas7-calc__radio-option input[type=radio]:checked+label .uas7-calc__radio-text{color:#ffffffd9}.uas7-calc__radio-score{font-size:var(--font-size-base);font-weight:700;color:var(--text-primary);line-height:1.2}.uas7-calc__radio-text{font-size:var(--font-size-2xs);color:var(--text-tertiary);line-height:1.2;margin-top:var(--space-0-5);max-width:60px;text-align:center}.uas7-calc__notes-section{margin-bottom:0}.uas7-calc__notes-label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1-5);text-transform:uppercase;letter-spacing:.05em}.uas7-calc__notes-textarea{width:100%;min-height:80px;padding:var(--space-2-5) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--input-bg);color:var(--text-primary);font-size:var(--font-size-sm);resize:vertical;transition:border-color .2s;box-sizing:border-box}.uas7-calc__notes-textarea:focus{outline:none;border-color:var(--primary)}.uas7-calc__notes-textarea::placeholder{color:var(--text-tertiary)}.uas7-calc__view-toggle{display:inline-flex;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.uas7-calc__toggle-btn{padding:var(--space-1-5) var(--space-3-5);font-size:var(--font-size-xs);font-weight:500;color:var(--text-secondary);background:var(--bg);border:none;cursor:pointer;transition:all .15s ease}.uas7-calc__toggle-btn:hover{background:var(--primary-bg-light);color:var(--primary)}.uas7-calc__toggle-btn--active{background:var(--primary);color:var(--text-on-primary);font-weight:600}.uas7-calc__toggle-btn+.uas7-calc__toggle-btn{border-left:1px solid var(--border)}.uas7-calc__legend{padding:var(--space-3) var(--space-4);background:var(--primary-bg-light);border-radius:var(--radius-lg);border-left:3px solid var(--primary);margin-bottom:var(--space-4)}.uas7-calc__legend-title{font-size:var(--font-size-2xs);font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-1-5)}.uas7-calc__legend-items{display:flex;flex-wrap:wrap;gap:8px 20px}.uas7-calc__legend-item{font-size:var(--font-size-xs);color:var(--text-secondary)}.uas7-calc__legend-item strong{color:var(--text-primary)}.dlqi-calc__patient-selector{margin-bottom:var(--space-4)}.dlqi-calc__patient-inner{display:flex;align-items:center;gap:12px}.dlqi-calc__patient-field{flex:1;min-width:0}.dlqi-calc__patient-field label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1)}.dlqi-calc__age-warning{margin-top:var(--space-2);padding:var(--space-2) var(--space-3);font-size:var(--font-size-xs);color:var(--warning);background:#ffc1071a;border-radius:var(--radius-md);border-left:3px solid var(--warning)}.dlqi-calc__score-banner{display:flex;align-items:center;gap:16px;margin-bottom:var(--space-4);flex-wrap:wrap}.dlqi-calc__score-main{display:flex;align-items:baseline;gap:4px}.dlqi-calc__score-value{font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1}.dlqi-calc__score-label{font-size:var(--font-size-base);color:var(--text-tertiary)}.dlqi-calc__severity-badge{padding:var(--space-1) var(--space-3);border-radius:var(--radius-4xl);font-size:var(--font-size-xs);font-weight:600;background:var(--primary-bg-light);color:var(--primary)}.dlqi-calc__save-result{padding:var(--space-1-5) var(--space-3);border-radius:var(--radius-md);font-size:var(--font-size-xs)}.dlqi-calc__save-result--ok{background:#4caf501a;color:var(--success)}.dlqi-calc__save-result--err{background:#f443361a;color:var(--error)}.dlqi-calc__domain{margin-bottom:var(--space-4)}.dlqi-calc__domain-title{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin-bottom:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--border)}.dlqi-calc__question{margin-bottom:var(--space-4)}.dlqi-calc__question:last-child{margin-bottom:0}.dlqi-calc__question-text{font-size:var(--font-size-sm);color:var(--text-primary);margin-bottom:var(--space-2);font-weight:500}.dlqi-calc__options{display:flex;gap:8px;flex-wrap:wrap}.dlqi-calc__option{display:flex;flex-direction:column;align-items:center;gap:4px;padding:var(--space-2-5) var(--space-3-5);border:2px solid var(--border);border-radius:var(--radius-xl);background:var(--bg-card);cursor:pointer;transition:all .15s ease;min-width:80px;flex:1}.dlqi-calc__option:hover{border-color:var(--primary);background:var(--primary-bg-light)}.dlqi-calc__option--selected{border-color:var(--primary);background:var(--primary-bg-light);box-shadow:0 0 0 1px var(--primary)}.dlqi-calc__option-value{font-size:var(--font-size-lg);font-weight:700;color:var(--text-primary)}.dlqi-calc__option-label{font-size:var(--font-size-xs);color:var(--text-tertiary);text-align:center}.dlqi-calc__notes{margin-bottom:var(--space-6)}.dlqi-calc__notes label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1-5)}.dlqi-calc__notes textarea{width:100%;padding:var(--space-2-5) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-input);color:var(--text-primary);font-size:var(--font-size-sm);resize:vertical}.dlqi-calc__notes textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg-light)}.cdlqi-calc__patient-selector{margin-bottom:var(--space-4)}.cdlqi-calc__patient-inner{display:flex;align-items:center;gap:12px}.cdlqi-calc__patient-field{flex:1;min-width:0}.cdlqi-calc__patient-field label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1)}.cdlqi-calc__age-warning{margin-top:var(--space-2);padding:var(--space-2) var(--space-3);font-size:var(--font-size-xs);color:var(--warning);background:#ffc1071a;border-radius:var(--radius-md);border-left:3px solid var(--warning)}.cdlqi-calc__age-warning--error{color:var(--error);background:#f443361a;border-left-color:var(--error)}.cdlqi-calc__score-banner{display:flex;align-items:center;gap:16px;margin-bottom:var(--space-4);flex-wrap:wrap}.cdlqi-calc__score-main{display:flex;align-items:baseline;gap:4px}.cdlqi-calc__score-value{font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1}.cdlqi-calc__score-label{font-size:var(--font-size-base);color:var(--text-tertiary)}.cdlqi-calc__severity-badge{padding:var(--space-1) var(--space-3);border-radius:var(--radius-4xl);font-size:var(--font-size-xs);font-weight:600;background:var(--primary-bg-light);color:var(--primary)}.cdlqi-calc__save-result{padding:var(--space-1-5) var(--space-3);border-radius:var(--radius-md);font-size:var(--font-size-xs)}.cdlqi-calc__save-result--ok{background:#4caf501a;color:var(--success)}.cdlqi-calc__save-result--err{background:#f443361a;color:var(--error)}.cdlqi-calc__domain{margin-bottom:var(--space-4)}.cdlqi-calc__domain-title{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin-bottom:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--border)}.cdlqi-calc__question{margin-bottom:var(--space-4)}.cdlqi-calc__question:last-child{margin-bottom:0}.cdlqi-calc__question-text{font-size:var(--font-size-sm);color:var(--text-primary);margin-bottom:var(--space-2);font-weight:500}.cdlqi-calc__options{display:flex;gap:8px;flex-wrap:wrap}.cdlqi-calc__option{display:flex;flex-direction:column;align-items:center;gap:4px;padding:var(--space-2-5) var(--space-3-5);border:2px solid var(--border);border-radius:var(--radius-xl);background:var(--bg-card);cursor:pointer;transition:all .15s ease;min-width:80px;flex:1}.cdlqi-calc__option:hover{border-color:var(--primary);background:var(--primary-bg-light)}.cdlqi-calc__option--selected{border-color:var(--primary);background:var(--primary-bg-light);box-shadow:0 0 0 1px var(--primary)}.cdlqi-calc__option-value{font-size:var(--font-size-lg);font-weight:700;color:var(--text-primary)}.cdlqi-calc__option-label{font-size:var(--font-size-xs);color:var(--text-tertiary);text-align:center}.cdlqi-calc__notes{margin-bottom:var(--space-6)}.cdlqi-calc__notes label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1-5)}.cdlqi-calc__notes textarea{width:100%;padding:var(--space-2-5) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-input);color:var(--text-primary);font-size:var(--font-size-sm);resize:vertical}.cdlqi-calc__notes textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg-light)}.act-calc__patient-selector{margin-bottom:var(--space-4)}.act-calc__patient-inner{display:flex;align-items:center;gap:12px}.act-calc__patient-field{flex:1;min-width:0}.act-calc__patient-field label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1)}.act-calc__score-banner{display:flex;align-items:center;gap:16px;margin-bottom:var(--space-4);flex-wrap:wrap}.act-calc__score-banner--totallyControlled,.act-calc__score-banner--wellControlled{border-left:4px solid var(--success)}.act-calc__score-banner--partiallyControlled{border-left:4px solid var(--warning)}.act-calc__score-banner--notControlled{border-left:4px solid var(--error)}.act-calc__score-banner--default{border-left:4px solid var(--border)}.act-calc__score-main{display:flex;align-items:baseline;gap:4px}.act-calc__score-value{font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1}.act-calc__score-label{font-size:var(--font-size-base);color:var(--text-tertiary)}.act-calc__severity-badge{padding:var(--space-1) var(--space-3);border-radius:var(--radius-4xl);font-size:var(--font-size-xs);font-weight:600;background:var(--primary-bg-light);color:var(--primary)}.act-calc__score-legend{display:flex;flex-wrap:wrap;gap:6px;margin-left:auto}.act-calc__legend-item{font-size:var(--font-size-xs);padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-2xl);color:var(--text-tertiary);background:var(--bg-hover);border:1px solid var(--border)}.act-calc__legend-item--active{color:var(--primary);background:var(--primary-bg-light);border-color:var(--primary);font-weight:600}.act-calc__save-result{width:100%;padding:var(--space-1-5) var(--space-3);border-radius:var(--radius-md);font-size:var(--font-size-xs)}.act-calc__save-result--ok{background:#4caf501a;color:var(--success)}.act-calc__save-result--err{background:#f443361a;color:var(--error)}.act-calc__question-card{margin-bottom:var(--space-4)}.act-calc__question-number{font-size:var(--font-size-xs);font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-1)}.act-calc__question-text{font-size:var(--font-size-sm);color:var(--text-primary);margin-bottom:var(--space-3);font-weight:500;line-height:1.4}.act-calc__options{display:flex;gap:8px;flex-wrap:wrap}.act-calc__option{display:flex;flex-direction:column;align-items:center;gap:4px;padding:var(--space-2-5) var(--space-3);border:2px solid var(--border);border-radius:var(--radius-xl);background:var(--bg-card);cursor:pointer;transition:all .15s ease;min-width:90px;flex:1}.act-calc__option:hover{border-color:var(--primary);background:var(--primary-bg-light)}.act-calc__option--selected{border-color:var(--primary);background:var(--primary-bg-light);box-shadow:0 0 0 1px var(--primary)}.act-calc__option-value{font-size:var(--font-size-lg);font-weight:700;color:var(--text-primary)}.act-calc__option-label{font-size:.68rem;color:var(--text-tertiary);text-align:center;line-height:1.3}.act-calc__notes{margin-bottom:var(--space-6)}.act-calc__notes label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1-5)}.act-calc__notes textarea{width:100%;padding:var(--space-2-5) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-input);color:var(--text-primary);font-size:var(--font-size-sm);resize:vertical}.act-calc__notes textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg-light)}.rcat-calc__patient-selector{margin-bottom:var(--space-4)}.rcat-calc__patient-inner{display:flex;align-items:center;gap:12px}.rcat-calc__patient-field{flex:1;min-width:0}.rcat-calc__patient-field label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1)}.rcat-calc__score-banner{display:flex;align-items:center;gap:16px;margin-bottom:var(--space-4);flex-wrap:wrap}.rcat-calc__score-banner--totalControl{border-left:4px solid var(--success)}.rcat-calc__score-banner--controlled{border-left:4px solid #4caf50}.rcat-calc__score-banner--notControlled{border-left:4px solid var(--error)}.rcat-calc__score-banner--default{border-left:4px solid var(--border)}.rcat-calc__score-main{display:flex;align-items:baseline;gap:4px}.rcat-calc__score-value{font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1}.rcat-calc__score-label{font-size:var(--font-size-base);color:var(--text-tertiary)}.rcat-calc__score-info{display:flex;flex-direction:column;gap:4px}.rcat-calc__control-badge{padding:var(--space-1) var(--space-3);border-radius:var(--radius-4xl);font-size:var(--font-size-xs);font-weight:600}.rcat-calc__control-badge--totalControl{background:#4caf5026;color:var(--success)}.rcat-calc__control-badge--controlled{background:#4caf501a;color:var(--success)}.rcat-calc__control-badge--notControlled{background:#f443361a;color:var(--error)}.rcat-calc__score-legend{display:flex;flex-wrap:wrap;gap:6px;margin-left:auto}.rcat-calc__legend-item{font-size:var(--font-size-xs);padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-2xl);color:var(--text-tertiary);background:var(--bg-hover);border:1px solid var(--border)}.rcat-calc__legend-item--active{font-weight:600;border-color:currentColor}.rcat-calc__legend-item--active.rcat-calc__legend-item--totalControl,.rcat-calc__legend-item--active.rcat-calc__legend-item--controlled{color:var(--success);background:#4caf501a}.rcat-calc__legend-item--active.rcat-calc__legend-item--notControlled{color:var(--error);background:#f443361a}.rcat-calc__save-result{padding:var(--space-1-5) var(--space-3);border-radius:var(--radius-md);font-size:var(--font-size-xs)}.rcat-calc__save-result--ok{background:#4caf501a;color:var(--success)}.rcat-calc__save-result--err{background:#f443361a;color:var(--error)}.rcat-calc__domain{margin-bottom:var(--space-4)}.rcat-calc__domain-title{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin-bottom:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--border)}.rcat-calc__question{margin-bottom:var(--space-4)}.rcat-calc__question:last-child{margin-bottom:0}.rcat-calc__question-text{font-size:var(--font-size-sm);color:var(--text-primary);margin-bottom:var(--space-2);font-weight:500}.rcat-calc__options{display:flex;gap:8px;flex-wrap:wrap}.rcat-calc__option{display:flex;flex-direction:column;align-items:center;gap:4px;padding:var(--space-2-5) var(--space-3-5);border:2px solid var(--border);border-radius:var(--radius-xl);background:var(--bg-card);cursor:pointer;transition:all .15s ease;min-width:80px;flex:1}.rcat-calc__option:hover{border-color:var(--primary);background:var(--primary-bg-light)}.rcat-calc__option--selected{border-color:var(--primary);background:var(--primary-bg-light);box-shadow:0 0 0 1px var(--primary)}.rcat-calc__option-value{font-size:var(--font-size-lg);font-weight:700;color:var(--text-primary)}.rcat-calc__option-label{font-size:var(--font-size-xs);color:var(--text-tertiary);text-align:center}.rcat-calc__notes{margin-bottom:var(--space-6)}.rcat-calc__notes label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1-5)}.rcat-calc__notes textarea{width:100%;padding:var(--space-2-5) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-input);color:var(--text-primary);font-size:var(--font-size-sm);resize:vertical}.rcat-calc__notes textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg-light)}.cuq2ol-calc__patient-selector{margin-bottom:var(--space-4)}.cuq2ol-calc__patient-inner{display:flex;align-items:center;gap:12px}.cuq2ol-calc__patient-field{flex:1;min-width:0}.cuq2ol-calc__patient-field label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1)}.cuq2ol-calc__score-banner{display:flex;align-items:flex-start;gap:16px;margin-bottom:var(--space-4);flex-wrap:wrap}.cuq2ol-calc__score-banner--green{border-left:4px solid var(--success)}.cuq2ol-calc__score-banner--yellow,.cuq2ol-calc__score-banner--orange{border-left:4px solid var(--warning)}.cuq2ol-calc__score-banner--red{border-left:4px solid var(--error)}.cuq2ol-calc__score-banner--default{border-left:4px solid var(--border)}.cuq2ol-calc__score-main{display:flex;align-items:baseline;gap:4px}.cuq2ol-calc__score-value{font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1}.cuq2ol-calc__score-label{font-size:var(--font-size-base);color:var(--text-tertiary)}.cuq2ol-calc__severity-badge{padding:var(--space-1) var(--space-3);border-radius:var(--radius-4xl);font-size:var(--font-size-xs);font-weight:600}.cuq2ol-calc__severity-badge--green{background:#4caf501f;color:var(--success)}.cuq2ol-calc__severity-badge--yellow{background:#ffc1071f;color:var(--warning)}.cuq2ol-calc__severity-badge--orange{background:#ff98001f;color:var(--warning-dark)}.cuq2ol-calc__severity-badge--red{background:#f443361f;color:var(--error)}.cuq2ol-calc__domain-scores{display:flex;flex-wrap:wrap;gap:8px;margin-left:auto}.cuq2ol-calc__domain-score-item{display:flex;flex-direction:column;align-items:center;gap:2px;padding:var(--space-1-5) var(--space-2-5);background:var(--bg-hover);border-radius:var(--radius-lg);border:1px solid var(--border)}.cuq2ol-calc__domain-score-label{font-size:.68rem;color:var(--text-tertiary);text-align:center}.cuq2ol-calc__domain-score-value{font-size:var(--font-size-base);font-weight:700;color:var(--text-primary)}.cuq2ol-calc__save-result{width:100%;padding:var(--space-1-5) var(--space-3);border-radius:var(--radius-md);font-size:var(--font-size-xs)}.cuq2ol-calc__save-result--ok{background:#4caf501a;color:var(--success)}.cuq2ol-calc__save-result--err{background:#f443361a;color:var(--error)}.cuq2ol-calc__domain{margin-bottom:var(--space-4)}.cuq2ol-calc__domain-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--border)}.cuq2ol-calc__domain-title{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin:0}.cuq2ol-calc__domain-score-badge{padding:var(--space-0-5) var(--space-2-5);border-radius:var(--radius-2xl);font-size:var(--font-size-xs);font-weight:700;background:var(--primary-bg-light);color:var(--primary)}.cuq2ol-calc__question{margin-bottom:var(--space-4)}.cuq2ol-calc__question:last-child{margin-bottom:0}.cuq2ol-calc__question-text{font-size:var(--font-size-sm);color:var(--text-primary);margin-bottom:var(--space-2);font-weight:500;line-height:1.4}.cuq2ol-calc__question-number{font-size:var(--font-size-xs);font-weight:700;color:var(--primary);margin-right:var(--space-1)}.cuq2ol-calc__options{display:flex;gap:8px;flex-wrap:wrap}.cuq2ol-calc__option{display:flex;flex-direction:column;align-items:center;gap:4px;padding:var(--space-2-5) var(--space-3-5);border:2px solid var(--border);border-radius:var(--radius-xl);background:var(--bg-card);cursor:pointer;transition:all .15s ease;min-width:80px;flex:1}.cuq2ol-calc__option:hover{border-color:var(--primary);background:var(--primary-bg-light)}.cuq2ol-calc__option--selected{border-color:var(--primary);background:var(--primary-bg-light);box-shadow:0 0 0 1px var(--primary)}.cuq2ol-calc__option-value{font-size:var(--font-size-lg);font-weight:700;color:var(--text-primary)}.cuq2ol-calc__option-label{font-size:var(--font-size-xs);color:var(--text-tertiary);text-align:center}.cuq2ol-calc__interpretation{margin-bottom:var(--space-4)}.cuq2ol-calc__interpretation--green{border-left:4px solid var(--success)}.cuq2ol-calc__interpretation--yellow,.cuq2ol-calc__interpretation--orange{border-left:4px solid var(--warning)}.cuq2ol-calc__interpretation--red{border-left:4px solid var(--error)}.cuq2ol-calc__interpretation-title{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary);margin-bottom:var(--space-1-5)}.cuq2ol-calc__interpretation-text{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.5}.cuq2ol-calc__notes{margin-bottom:var(--space-6)}.cuq2ol-calc__notes label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1-5)}.cuq2ol-calc__notes textarea{width:100%;padding:var(--space-2-5) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-input);color:var(--text-primary);font-size:var(--font-size-sm);resize:vertical}.cuq2ol-calc__notes textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg-light)}.snot22-calc__patient-selector{margin-bottom:var(--space-4)}.snot22-calc__patient-inner{display:flex;align-items:center;gap:12px}.snot22-calc__patient-field{flex:1;min-width:0}.snot22-calc__patient-field label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1)}.snot22-calc__score-banner{display:flex;align-items:center;gap:16px;margin-bottom:var(--space-3);flex-wrap:wrap}.snot22-calc__score-banner--normal{border-left:4px solid var(--success)}.snot22-calc__score-banner--leve{border-left:4px solid var(--warning)}.snot22-calc__score-banner--moderada{border-left:4px solid var(--score-severe)}.snot22-calc__score-banner--grave{border-left:4px solid var(--error)}.snot22-calc__score-banner--default{border-left:4px solid var(--border)}.snot22-calc__score-main{display:flex;align-items:baseline;gap:4px;flex-shrink:0}.snot22-calc__score-value{font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1}.snot22-calc__score-label{font-size:var(--font-size-base);color:var(--text-tertiary)}.snot22-calc__score-bar-wrap{flex:1;min-width:180px}.snot22-calc__score-bar{height:8px;background:var(--bg-hover);border-radius:var(--radius-sm);overflow:hidden;margin-bottom:var(--space-1);position:relative}.snot22-calc__score-bar-fill{height:100%;border-radius:var(--radius-sm);transition:width .3s ease}.snot22-calc__score-bar-fill--normal{background:var(--success)}.snot22-calc__score-bar-fill--leve{background:var(--warning)}.snot22-calc__score-bar-fill--moderada{background:var(--score-severe)}.snot22-calc__score-bar-fill--grave{background:var(--error)}.snot22-calc__score-bar-fill--default{background:var(--primary)}.snot22-calc__score-bar-marks{position:relative;height:16px;font-size:.65rem;color:var(--text-tertiary)}.snot22-calc__score-bar-marks span{position:absolute;transform:translate(-50%)}.snot22-calc__score-legend{display:flex;flex-wrap:wrap;gap:6px;width:100%;margin-top:var(--space-1)}.snot22-calc__legend-item{font-size:var(--font-size-xs);padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-2xl);color:var(--text-tertiary);background:var(--bg-hover);border:1px solid var(--border)}.snot22-calc__legend-item--active{color:var(--primary);background:var(--primary-bg-light);border-color:var(--primary);font-weight:600}.snot22-calc__save-result{width:100%;padding:var(--space-1-5) var(--space-3);border-radius:var(--radius-md);font-size:var(--font-size-xs)}.snot22-calc__save-result--ok{background:#4caf501a;color:var(--success)}.snot22-calc__save-result--err{background:#f443361a;color:var(--error)}.snot22-calc__progress-info{margin-bottom:var(--space-3);text-align:right}.snot22-calc__progress-text{font-size:var(--font-size-xs);color:var(--text-tertiary)}.snot22-calc__domain-card{margin-bottom:var(--space-4)}.snot22-calc__domain-title{font-size:var(--font-size-xs);font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-4);padding-bottom:var(--space-2);border-bottom:1px solid var(--border)}.snot22-calc__question{margin-bottom:var(--space-5)}.snot22-calc__question:last-child{margin-bottom:0}.snot22-calc__question-header{display:flex;align-items:flex-start;gap:8px;margin-bottom:var(--space-2-5)}.snot22-calc__question-number{font-size:var(--font-size-xs);font-weight:700;color:var(--text-tertiary);background:var(--bg-hover);border-radius:var(--radius-sm);padding:var(--space-0-5) var(--space-1-5);flex-shrink:0;line-height:1.5}.snot22-calc__question-text{font-size:.88rem;color:var(--text-primary);font-weight:500;line-height:1.4}.snot22-calc__options{display:flex;gap:6px;flex-wrap:wrap}.snot22-calc__option{display:flex;flex-direction:column;align-items:center;gap:4px;padding:var(--space-2) var(--space-2-5);border:2px solid var(--border);border-radius:var(--radius-xl);background:var(--bg-card);cursor:pointer;transition:all .15s ease;min-width:72px;flex:1}.snot22-calc__option:hover{border-color:var(--primary);background:var(--primary-bg-light)}.snot22-calc__option--selected{border-color:var(--primary);background:var(--primary-bg-light);box-shadow:0 0 0 1px var(--primary)}.snot22-calc__option-value{font-size:1.1rem;font-weight:700;color:var(--text-primary)}.snot22-calc__option-label{font-size:.62rem;color:var(--text-tertiary);text-align:center;line-height:1.3}.snot22-calc__notes{margin-bottom:var(--space-4)}.snot22-calc__notes label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1-5)}.snot22-calc__notes textarea{width:100%;padding:var(--space-2-5) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-input);color:var(--text-primary);font-size:var(--font-size-sm);resize:vertical}.snot22-calc__notes textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg-light)}.snot22-calc__history{margin-bottom:var(--space-6)}.snot22-calc__history-title{font-size:var(--font-size-sm);font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px;margin-bottom:var(--space-3)}.snot22-calc__history-loading,.snot22-calc__history-empty{font-size:.82rem;color:var(--text-tertiary);text-align:center;padding:var(--space-4) 0}.snot22-calc__history-list{display:flex;flex-direction:column;gap:8px}.snot22-calc__history-item{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2-5) var(--space-3-5);background:var(--bg-hover);border-radius:var(--radius-lg);border:1px solid var(--border);gap:12px}.snot22-calc__history-item:hover{border-color:var(--border-hover, var(--border))}.snot22-calc__history-item-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex:1}.snot22-calc__history-item-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.snot22-calc__history-date{font-size:var(--font-size-xs);color:var(--text-secondary);font-weight:500;min-width:80px}.snot22-calc__history-score{font-size:.88rem;font-weight:700;color:var(--text-primary)}.snot22-calc__history-badge{font-size:var(--font-size-xs);font-weight:600;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-2xl)}.snot22-calc__history-badge--normal{background:var(--score-mild-bg);color:var(--score-mild)}.snot22-calc__history-badge--leve{background:var(--score-moderate-bg);color:var(--score-moderate)}.snot22-calc__history-badge--moderada{background:var(--score-severe-bg);color:var(--score-severe)}.snot22-calc__history-badge--grave{background:var(--score-critical-bg);color:var(--score-critical)}.snot22-calc__history-notes{font-size:var(--font-size-sm);cursor:default}.snot22-calc__history-delete{font-size:var(--font-size-xs);padding:var(--space-0-5) var(--space-1-5);color:var(--text-tertiary)}.snot22-calc__history-delete:hover{color:var(--error);border-color:var(--error)}.regiscar-calc__patient-selector{margin-bottom:var(--space-4)}.regiscar-calc__patient-inner{display:flex;align-items:center;gap:12px}.regiscar-calc__patient-field{flex:1;min-width:0}.regiscar-calc__patient-field label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1)}.regiscar-calc__medication{margin-bottom:var(--space-4)}.regiscar-calc__medication label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1-5)}.regiscar-calc__medication-input{width:100%;padding:var(--space-2-5) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-input);color:var(--text-primary);font-size:var(--font-size-sm)}.regiscar-calc__medication-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg-light)}.regiscar-calc__medication-input::placeholder{color:var(--text-tertiary)}.regiscar-calc__score-banner{display:flex;align-items:center;gap:16px;margin-bottom:var(--space-3);flex-wrap:wrap;border-left:4px solid var(--border);transition:border-color .2s ease}.regiscar-calc__score-main{display:flex;align-items:baseline;gap:4px;flex-shrink:0}.regiscar-calc__score-value{font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1;transition:color .2s ease}.regiscar-calc__score-label{font-size:var(--font-size-base);color:var(--text-tertiary)}.regiscar-calc__score-legend{display:flex;flex-wrap:wrap;gap:6px;width:100%;margin-top:var(--space-1)}.regiscar-calc__legend-item{font-size:var(--font-size-xs);padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-2xl);color:var(--text-tertiary);background:var(--bg-hover);border:1px solid var(--border);transition:all .15s ease}.regiscar-calc__legend-item--active{font-weight:600}.regiscar-calc__save-result{width:100%;padding:var(--space-1-5) var(--space-3);border-radius:var(--radius-md);font-size:var(--font-size-xs)}.regiscar-calc__save-result--ok{background:#4caf501a;color:var(--success)}.regiscar-calc__save-result--err{background:#f443361a;color:var(--error)}.regiscar-calc__progress-info{margin-bottom:var(--space-3);text-align:right}.regiscar-calc__progress-text{font-size:var(--font-size-xs);color:var(--text-tertiary)}.regiscar-calc__criteria-card{margin-bottom:var(--space-4)}.regiscar-calc__criteria-title{font-size:var(--font-size-xs);font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-1);padding-bottom:var(--space-2);border-bottom:1px solid var(--border)}.regiscar-calc__criteria-subtitle{font-size:.78rem;color:var(--text-tertiary);margin-bottom:var(--space-5)}.regiscar-calc__criterion{margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid var(--border)}.regiscar-calc__criterion:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.regiscar-calc__criterion-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:var(--space-2-5)}.regiscar-calc__criterion-number{font-size:var(--font-size-xs);font-weight:700;color:var(--text-tertiary);background:var(--bg-hover);border-radius:var(--radius-sm);padding:var(--space-0-5) var(--space-1-5);flex-shrink:0;line-height:1.5;margin-top:var(--space-0-5)}.regiscar-calc__criterion-info{display:flex;flex-direction:column;gap:2px}.regiscar-calc__criterion-label{font-size:var(--font-size-sm);color:var(--text-primary);font-weight:600;line-height:1.4}.regiscar-calc__criterion-desc{font-size:.78rem;color:var(--text-tertiary);line-height:1.4}.regiscar-calc__criterion-options{display:flex;gap:8px}.regiscar-calc__option{display:flex;flex-direction:column;align-items:center;gap:4px;padding:var(--space-2-5) var(--space-4);border:2px solid var(--border);border-radius:var(--radius-xl);background:var(--bg-card);cursor:pointer;transition:all .15s ease;flex:1;min-width:80px}.regiscar-calc__option:hover{border-color:var(--primary);background:var(--primary-bg-light)}.regiscar-calc__option--absent:hover{border-color:var(--success);background:#4caf5014}.regiscar-calc__option--absent.regiscar-calc__option--selected{border-color:var(--success);background:#4caf501f;box-shadow:0 0 0 1px var(--success)}.regiscar-calc__option--absent.regiscar-calc__option--selected .regiscar-calc__option-value,.regiscar-calc__option--absent.regiscar-calc__option--selected .regiscar-calc__option-label{color:var(--success)}.regiscar-calc__option--indet:hover{border-color:var(--warning);background:#ffc10714}.regiscar-calc__option--indet.regiscar-calc__option--selected{border-color:var(--warning);background:#ffc1071f;box-shadow:0 0 0 1px var(--warning)}.regiscar-calc__option--indet.regiscar-calc__option--selected .regiscar-calc__option-value,.regiscar-calc__option--indet.regiscar-calc__option--selected .regiscar-calc__option-label{color:var(--warning-dark)}.regiscar-calc__option--present:hover{border-color:var(--error);background:#f4433614}.regiscar-calc__option--present.regiscar-calc__option--selected{border-color:var(--error);background:#f443361f;box-shadow:0 0 0 1px var(--error)}.regiscar-calc__option--present.regiscar-calc__option--selected .regiscar-calc__option-value,.regiscar-calc__option--present.regiscar-calc__option--selected .regiscar-calc__option-label{color:var(--error)}.regiscar-calc__option-value{font-size:var(--font-size-lg);font-weight:700;color:var(--text-primary);line-height:1}.regiscar-calc__option-label{font-size:.65rem;color:var(--text-tertiary);text-align:center;line-height:1.3}.regiscar-calc__notes{margin-bottom:var(--space-4)}.regiscar-calc__notes label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1-5)}.regiscar-calc__notes textarea{width:100%;padding:var(--space-2-5) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-input);color:var(--text-primary);font-size:var(--font-size-sm);resize:vertical}.regiscar-calc__notes textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg-light)}.regiscar-calc__notes textarea::placeholder{color:var(--text-tertiary)}.regiscar-calc__history{margin-bottom:var(--space-6)}.regiscar-calc__history-title{font-size:var(--font-size-sm);font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px;margin-bottom:var(--space-3)}.regiscar-calc__history-loading,.regiscar-calc__history-empty{font-size:.82rem;color:var(--text-tertiary);text-align:center;padding:var(--space-4) 0}.regiscar-calc__history-list{display:flex;flex-direction:column;gap:8px}.regiscar-calc__history-item{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2-5) var(--space-3-5);background:var(--bg-hover);border-radius:var(--radius-lg);border:1px solid var(--border);gap:12px}.regiscar-calc__history-item:hover{border-color:var(--border-hover, var(--border))}.regiscar-calc__history-item-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex:1}.regiscar-calc__history-item-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.regiscar-calc__history-date{font-size:var(--font-size-xs);color:var(--text-secondary);font-weight:500;min-width:80px}.regiscar-calc__history-medication{font-size:.78rem;color:var(--text-tertiary);font-style:italic;max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.regiscar-calc__history-score{font-size:.88rem;font-weight:700;color:var(--text-primary)}.regiscar-calc__history-badge{font-size:var(--font-size-xs);font-weight:600;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-2xl)}.regiscar-calc__history-notes{font-size:var(--font-size-sm);cursor:default}.regiscar-calc__history-delete{font-size:var(--font-size-xs);padding:var(--space-0-5) var(--space-1-5);color:var(--text-tertiary)}.regiscar-calc__history-delete:hover{color:var(--error);border-color:var(--error)}.nps-calc__patient-selector{margin-bottom:var(--space-4)}.nps-calc__patient-inner{display:flex;align-items:center;gap:12px}.nps-calc__patient-field{flex:1;min-width:0}.nps-calc__patient-field label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1)}.nps-calc__score-banner{display:flex;align-items:center;gap:16px;margin-bottom:var(--space-3);flex-wrap:wrap;border-left:4px solid var(--border);transition:border-color .2s ease}.nps-calc__score-main{display:flex;align-items:baseline;gap:4px;flex-shrink:0}.nps-calc__score-value{font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1;transition:color .2s ease}.nps-calc__score-label{font-size:var(--font-size-base);color:var(--text-tertiary)}.nps-calc__score-sides{display:flex;align-items:center;gap:6px;flex-shrink:0}.nps-calc__score-side{display:flex;align-items:center;gap:3px;font-size:var(--font-size-sm)}.nps-calc__score-side-label{color:var(--text-tertiary);font-size:var(--font-size-xs)}.nps-calc__score-side-value{font-weight:700;color:var(--text-primary)}.nps-calc__score-side-sep{color:var(--text-tertiary);font-size:var(--font-size-xs)}.nps-calc__score-legend{display:flex;flex-wrap:wrap;gap:6px;width:100%;margin-top:var(--space-1)}.nps-calc__legend-item{font-size:var(--font-size-xs);padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-2xl);color:var(--text-tertiary);background:var(--bg-hover);border:1px solid var(--border);transition:all .15s ease}.nps-calc__legend-item--active{font-weight:600}.nps-calc__save-result{width:100%;padding:var(--space-1-5) var(--space-3);border-radius:var(--radius-md);font-size:var(--font-size-xs)}.nps-calc__save-result--ok{background:#10b9811a;color:var(--success)}.nps-calc__save-result--err{background:#ef44441a;color:var(--error)}.nps-calc__sides-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:var(--space-4)}@media (max-width: 640px){.nps-calc__sides-row{grid-template-columns:1fr}}.nps-calc__side{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-2xl);padding:var(--space-4)}.nps-calc__side--left{border-top:3px solid var(--success)}.nps-calc__side--right{border-top:3px solid var(--warning)}.nps-calc__side-title{font-size:var(--font-size-sm);font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--border)}.nps-calc__side-grades{display:flex;flex-direction:column;gap:8px}.nps-calc__side-grade-btn{display:flex;align-items:center;gap:10px;padding:var(--space-2-5) var(--space-3);border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);cursor:pointer;transition:all .15s ease;text-align:left;width:100%}.nps-calc__side-grade-btn:hover{border-color:var(--primary);background:var(--primary-bg-light)}.nps-calc__side-grade-btn--selected{border-color:var(--primary);background:var(--primary-bg-light);box-shadow:0 0 0 1px var(--primary)}.nps-calc__side-grade-btn--selected .nps-calc__side-grade-value{color:var(--primary);background:var(--primary-bg-light);border-color:var(--primary)}.nps-calc__side-grade-btn--selected .nps-calc__side-grade-label{color:var(--primary)}.nps-calc__side-grade-value{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-base);font-weight:700;color:var(--text-secondary);background:var(--bg-hover);border:1px solid var(--border);border-radius:var(--radius-md);flex-shrink:0;transition:all .15s ease}.nps-calc__side-grade-info{display:flex;flex-direction:column;gap:2px;flex:1}.nps-calc__side-grade-label{font-size:.78rem;font-weight:600;color:var(--text-primary);line-height:1.3;transition:color .15s ease}.nps-calc__side-grade-desc{font-size:var(--font-size-xs);color:var(--text-tertiary);line-height:1.3}.nps-calc__notes{margin-bottom:var(--space-4)}.nps-calc__notes label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1-5)}.nps-calc__notes textarea{width:100%;padding:var(--space-2-5) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-input);color:var(--text-primary);font-size:var(--font-size-sm);resize:vertical}.nps-calc__notes textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg-light)}.nps-calc__notes textarea::placeholder{color:var(--text-tertiary)}.nps-calc__history{margin-bottom:var(--space-6)}.nps-calc__history-title{font-size:var(--font-size-sm);font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px;margin-bottom:var(--space-4)}.nps-calc__history-loading,.nps-calc__history-empty{font-size:.82rem;color:var(--text-tertiary);text-align:center;padding:var(--space-4) 0}.nps-calc__chart-wrapper{height:220px;margin-bottom:var(--space-5);padding-bottom:var(--space-2);border-bottom:1px solid var(--border)}.nps-calc__history-list{display:flex;flex-direction:column;gap:8px}.nps-calc__history-item{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2-5) var(--space-3-5);background:var(--bg-hover);border-radius:var(--radius-lg);border:1px solid var(--border);gap:12px}.nps-calc__history-item:hover{border-color:var(--border-hover, var(--border))}.nps-calc__history-item-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex:1}.nps-calc__history-item-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.nps-calc__history-date{font-size:var(--font-size-xs);color:var(--text-secondary);font-weight:500;min-width:80px}.nps-calc__history-sides{font-size:var(--font-size-xs);color:var(--text-tertiary);font-style:italic}.nps-calc__history-score{font-size:.88rem;font-weight:700;color:var(--text-primary)}.nps-calc__history-badge{font-size:var(--font-size-xs);font-weight:600;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-2xl)}.nps-calc__history-notes{font-size:var(--font-size-sm);cursor:default}.nps-calc__history-delete{font-size:var(--font-size-xs);padding:var(--space-0-5) var(--space-1-5);color:var(--text-tertiary)}.nps-calc__history-delete:hover{color:var(--error);border-color:var(--error)}.penfast__patient-selector{margin-bottom:var(--space-4)}.penfast__patient-inner{display:flex;align-items:center;gap:12px}.penfast__patient-field{flex:1;min-width:0}.penfast__patient-field label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1)}.penfast__score-banner{display:flex;align-items:center;gap:16px;margin-bottom:var(--space-3);flex-wrap:wrap;border-left:4px solid var(--border)}.penfast__score-banner--muito_baixo{border-left-color:var(--success)}.penfast__score-banner--baixo{border-left-color:var(--warning)}.penfast__score-banner--moderado{border-left-color:var(--score-severe)}.penfast__score-banner--alto{border-left-color:var(--error)}.penfast__score-banner--default{border-left-color:var(--border)}.penfast__score-main{display:flex;align-items:baseline;gap:4px;flex-shrink:0}.penfast__score-value{font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1}.penfast__score-label{font-size:var(--font-size-base);color:var(--text-tertiary)}.penfast__risk-percentage{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.penfast__risk-percentage-value{font-size:1.6rem;font-weight:700;line-height:1}.penfast__risk-percentage-label{font-size:.68rem;color:var(--text-tertiary);text-align:center;margin-top:var(--space-0-5)}.penfast__score-legend{display:flex;flex-wrap:wrap;gap:6px;width:100%;margin-top:var(--space-1)}.penfast__legend-item{font-size:var(--font-size-xs);padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-2xl);color:var(--text-tertiary);background:var(--bg-hover);border:1px solid var(--border)}.penfast__legend-item--active{color:var(--primary);background:var(--primary-bg-light);border-color:var(--primary);font-weight:600}.penfast__recommendation{width:100%;padding:var(--space-2) var(--space-3);border-left:3px solid var(--border);background:var(--bg-hover);border-radius:0 6px 6px 0;font-size:.82rem;display:flex;flex-direction:column;gap:2px}.penfast__recommendation-label{font-weight:700;color:var(--text-secondary);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.4px}.penfast__recommendation-text{color:var(--text-primary);line-height:1.5}.penfast__save-result{width:100%;padding:var(--space-1-5) var(--space-3);border-radius:var(--radius-md);font-size:var(--font-size-xs)}.penfast__save-result--ok{background:#4caf501a;color:var(--success)}.penfast__save-result--err{background:#f443361a;color:var(--error)}.penfast__criteria-card{margin-bottom:var(--space-4)}.penfast__criteria-title{font-size:var(--font-size-xs);font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-1-5);padding-bottom:var(--space-2);border-bottom:1px solid var(--border)}.penfast__criteria-subtitle{font-size:var(--font-size-xs);color:var(--text-tertiary);margin-bottom:var(--space-5)}.penfast__criterion{margin-bottom:var(--space-5)}.penfast__criterion:last-child{margin-bottom:0}.penfast__criterion-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:var(--space-2-5)}.penfast__criterion-number{font-size:var(--font-size-xs);font-weight:700;color:var(--text-tertiary);background:var(--bg-hover);border-radius:var(--radius-sm);padding:var(--space-0-5) var(--space-1-5);flex-shrink:0;line-height:1.5}.penfast__criterion-info{flex:1}.penfast__criterion-text{font-size:.88rem;color:var(--text-primary);font-weight:600;line-height:1.4;margin-bottom:var(--space-0-5)}.penfast__criterion-desc{font-size:.78rem;color:var(--text-tertiary);line-height:1.4}.penfast__criterion-points{font-size:var(--font-size-xs);font-weight:700;color:var(--primary);background:var(--primary-bg-light);border-radius:var(--radius-2xl);padding:var(--space-0-5) var(--space-2);flex-shrink:0;white-space:nowrap}.penfast__criterion-options{display:flex;gap:8px;margin-left:30px}.penfast__option{display:flex;align-items:center;gap:6px;padding:var(--space-2) var(--space-5);border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);color:var(--text-primary);cursor:pointer;transition:all .15s ease;font-size:.88rem;font-weight:500}.penfast__option:hover{border-color:var(--primary)}.penfast__option--selected-yes{border-color:var(--success);background:#10b98114;box-shadow:0 0 0 1px var(--success);color:var(--success)}.penfast__option--selected-yes .penfast__option-icon{color:var(--success)}.penfast__option--selected-no{border-color:var(--error);background:#ef444414;box-shadow:0 0 0 1px var(--error);color:var(--error)}.penfast__option--selected-no .penfast__option-icon{color:var(--error)}.penfast__option-icon{font-size:var(--font-size-sm);font-weight:700;color:var(--text-tertiary)}.penfast__option-label{color:inherit}.penfast__progress-info{margin-bottom:var(--space-3);text-align:right}.penfast__progress-text{font-size:var(--font-size-xs);color:var(--text-tertiary)}.penfast__notes{margin-bottom:var(--space-4)}.penfast__notes label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1-5)}.penfast__notes textarea{width:100%;padding:var(--space-2-5) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-input);color:var(--text-primary);font-size:var(--font-size-sm);resize:vertical}.penfast__notes textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg-light)}.penfast__history{margin-bottom:var(--space-6)}.penfast__history-title{font-size:var(--font-size-sm);font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px;margin-bottom:var(--space-3)}.penfast__history-loading,.penfast__history-empty{font-size:.82rem;color:var(--text-tertiary);text-align:center;padding:var(--space-4) 0}.penfast__history-table-wrap{overflow-x:auto}.penfast__history-table{width:100%;border-collapse:collapse;font-size:.82rem}.penfast__history-table th{text-align:left;padding:var(--space-1-5) var(--space-2-5);font-size:var(--font-size-xs);font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid var(--border)}.penfast__history-table td{padding:var(--space-2) var(--space-2-5);border-bottom:1px solid var(--border);vertical-align:middle}.penfast__history-table tbody tr:last-child td{border-bottom:none}.penfast__history-table tbody tr:hover td{background:var(--bg-hover)}.penfast__history-date{color:var(--text-secondary);font-weight:500;white-space:nowrap}.penfast__history-score{font-weight:700;color:var(--text-primary)}.penfast__history-badge{font-size:var(--font-size-xs);font-weight:600;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-2xl);white-space:nowrap}.penfast__history-pct{font-size:.82rem;color:var(--text-secondary)}.penfast__history-actions{display:flex;align-items:center;gap:6px;justify-content:flex-end}.penfast__history-notes{font-size:var(--font-size-sm);cursor:default}.penfast__history-delete{font-size:var(--font-size-xs);padding:var(--space-0-5) var(--space-1-5);color:var(--text-tertiary)}.penfast__history-delete:hover{color:var(--error);border-color:var(--error)}.scorten__patient-selector{margin-bottom:var(--space-4)}.scorten__patient-inner{display:flex;align-items:center;gap:12px}.scorten__patient-field{flex:1;min-width:0}.scorten__patient-field label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1)}.scorten__score-banner{display:flex;align-items:center;gap:16px;margin-bottom:var(--space-3);flex-wrap:wrap}.scorten__score-banner--baixo{border-left:4px solid var(--success)}.scorten__score-banner--moderado{border-left:4px solid var(--warning)}.scorten__score-banner--alto{border-left:4px solid #F97316}.scorten__score-banner--muito_alto,.scorten__score-banner--critico{border-left:4px solid var(--error)}.scorten__score-banner--default{border-left:4px solid var(--border)}.scorten__score-main{display:flex;align-items:baseline;gap:4px;flex-shrink:0}.scorten__score-value{font-size:2.5rem;font-weight:700;color:var(--primary);line-height:1}.scorten__score-label{font-size:var(--font-size-base);color:var(--text-tertiary)}.scorten__mortality-pct{display:flex;flex-direction:column;align-items:center;padding:var(--space-2) var(--space-3-5);border-radius:var(--radius-xl);background:var(--bg-hover);border:1px solid var(--border);min-width:120px}.scorten__mortality-pct--high{background:#ef444414;border-color:#ef44444d;animation:pulse-high 1.5s ease-in-out infinite}.scorten__mortality-pct-label{font-size:.65rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.4px;font-weight:600;margin-bottom:var(--space-0-5)}.scorten__mortality-pct-value{font-size:var(--font-size-2xl);font-weight:800;line-height:1.1}@keyframes pulse-high{0%,to{box-shadow:0 0 #ef444400}50%{box-shadow:0 0 0 4px #ef444426}}.scorten__score-legend{display:flex;flex-wrap:wrap;gap:6px;width:100%;margin-top:var(--space-1)}.scorten__legend-item{font-size:var(--font-size-xs);padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-2xl);color:var(--text-tertiary);background:var(--bg-hover);border:1px solid var(--border);transition:all .15s ease}.scorten__legend-item--active{font-weight:600}.scorten__save-result{width:100%;padding:var(--space-1-5) var(--space-3);border-radius:var(--radius-md);font-size:var(--font-size-xs)}.scorten__save-result--ok{background:#4caf501a;color:var(--success)}.scorten__save-result--err{background:#f443361a;color:var(--error)}.scorten__progress-info{margin-bottom:var(--space-3);text-align:right}.scorten__progress-text{font-size:var(--font-size-xs);color:var(--text-tertiary)}.scorten__criteria-card{margin-bottom:var(--space-4)}.scorten__criteria-title{font-size:var(--font-size-xs);font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-1);padding-bottom:var(--space-2);border-bottom:1px solid var(--border)}.scorten__criteria-subtitle{font-size:.78rem;color:var(--text-tertiary);margin-bottom:var(--space-4)}.scorten__criteria-list{display:flex;flex-direction:column;gap:10px}.scorten__criterion{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) var(--space-3-5);border-radius:var(--radius-xl);border:2px solid var(--border);background:var(--bg-card);gap:12px;transition:border-color .15s ease,background .15s ease}.scorten__criterion--yes{border-color:var(--error);background:#ef44440a}.scorten__criterion--no{border-color:var(--success);background:#10b9810a}.scorten__criterion-info{display:flex;align-items:flex-start;gap:10px;flex:1;min-width:0}.scorten__criterion-number{font-size:var(--font-size-xs);font-weight:700;color:var(--text-tertiary);background:var(--bg-hover);border-radius:var(--radius-sm);padding:var(--space-0-5) var(--space-1-5);flex-shrink:0;line-height:1.5;min-width:22px;text-align:center}.scorten__criterion-text{display:flex;flex-direction:column;gap:2px;min-width:0}.scorten__criterion-label{font-size:.88rem;font-weight:500;color:var(--text-primary);line-height:1.3}.scorten__criterion-desc{font-size:var(--font-size-xs);color:var(--text-tertiary);line-height:1.3}.scorten__criterion-toggle{display:flex;gap:6px;flex-shrink:0}.scorten__toggle-btn{padding:var(--space-1-5) var(--space-4);border-radius:var(--radius-lg);border:2px solid var(--border);background:var(--bg-card);font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s ease;color:var(--text-secondary)}.scorten__toggle-btn--yes:hover{border-color:var(--error);color:var(--error);background:#ef444414}.scorten__toggle-btn--yes.scorten__toggle-btn--active{border-color:var(--error);background:var(--error);color:var(--text-on-primary);box-shadow:0 0 0 2px #ef444433}.scorten__toggle-btn--no:hover{border-color:var(--success);color:var(--success);background:#10b98114}.scorten__toggle-btn--no.scorten__toggle-btn--active{border-color:var(--success);background:var(--success);color:var(--text-on-primary);box-shadow:0 0 0 2px #10b98133}.scorten__notes{margin-bottom:var(--space-4)}.scorten__notes label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);margin-bottom:var(--space-1-5)}.scorten__notes textarea{width:100%;padding:var(--space-2-5) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-input);color:var(--text-primary);font-size:var(--font-size-sm);resize:vertical}.scorten__notes textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg-light)}.scorten__history{margin-bottom:var(--space-6)}.scorten__history-title{font-size:var(--font-size-sm);font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px;margin-bottom:var(--space-3)}.scorten__history-loading,.scorten__history-empty{font-size:.82rem;color:var(--text-tertiary);text-align:center;padding:var(--space-4) 0}.scorten__history-table-wrap{overflow-x:auto;border-radius:var(--radius-lg);border:1px solid var(--border)}.scorten__history-table{width:100%;border-collapse:collapse;font-size:.83rem}.scorten__history-table th{background:var(--bg-hover);color:var(--text-secondary);font-weight:600;font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.4px;padding:var(--space-2) var(--space-3);text-align:left;border-bottom:1px solid var(--border)}.scorten__history-table td{padding:var(--space-2-5) var(--space-3);border-bottom:1px solid var(--border);color:var(--text-primary);vertical-align:middle}.scorten__history-table tr:last-child td{border-bottom:none}.scorten__history-table tr:hover td{background:var(--bg-hover)}.scorten__history-date{font-size:var(--font-size-xs);color:var(--text-secondary);font-weight:500;min-width:80px}.scorten__history-score{font-size:.88rem;font-weight:700;color:var(--text-primary)}.scorten__history-badge{font-size:var(--font-size-xs);font-weight:600;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-2xl);white-space:nowrap}.scorten__history-notes{font-size:var(--font-size-sm);cursor:default}.scorten__history-delete{font-size:var(--font-size-xs);padding:var(--space-0-5) var(--space-1-5);color:var(--text-tertiary)}.scorten__history-delete:hover{color:var(--error);border-color:var(--error)}.clinical-scores-page{padding:var(--space-4) var(--space-6);max-width:1440px;margin:0 auto}.clinical-scores-page__content .page-container{padding:0}.clinical-scores-page__content .page-header-section{display:none}@media (max-width: 768px){.clinical-scores-page{padding:var(--space-3) var(--space-3)}}.public-form{max-width:600px;margin:0 auto;padding:var(--space-6) var(--space-4);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-card-hover);color:var(--text-primary)}.public-form--loading,.public-form--expired,.public-form--error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;text-align:center;gap:16px}.public-form__spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--info);border-radius:50%;animation:spin .8s linear infinite}.public-form__icon{font-size:48px;margin-bottom:var(--space-2)}.public-form__header{text-align:center;margin-bottom:var(--space-6)}.public-form__header h1{font-size:var(--font-size-2xl);font-weight:700;color:var(--text-primary);margin:0 0 var(--space-2)}.public-form__subtitle{font-size:var(--font-size-sm);color:var(--text-secondary);margin:0;line-height:1.5}.public-form__progress{margin-bottom:var(--space-6)}.public-form__progress-bar{height:6px;background:var(--border);border-radius:var(--radius-xs);overflow:hidden}.public-form__progress-fill{height:100%;background:var(--info);border-radius:var(--radius-xs);transition:width .3s ease}.public-form__progress-text{display:block;text-align:right;font-size:var(--font-size-xs);color:var(--text-tertiary);margin-top:var(--space-1)}.public-form__questions{display:flex;flex-direction:column;gap:20px}.public-form__question{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-2xl);padding:var(--space-5);transition:border-color .2s}.public-form__question--answered{border-color:var(--success)}.public-form__question-number{font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin:0 0 var(--space-2)}.public-form__question-text{font-size:var(--font-size-base);font-weight:500;color:var(--text-primary);margin:0 0 var(--space-4);line-height:1.5}.public-form__options{display:flex;flex-direction:column;gap:8px}.public-form__option{display:flex;align-items:center;gap:12px;padding:var(--space-3) var(--space-4);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);cursor:pointer;transition:all .15s;text-align:left;font-size:var(--font-size-sm);color:var(--text-secondary)}.public-form__option:hover{border-color:var(--info-light);background:var(--info-bg)}.public-form__option--selected{border-color:var(--info);background:var(--info-bg);color:var(--info-dark);font-weight:500}.public-form__option-radio{font-size:var(--font-size-lg);flex-shrink:0;width:20px;text-align:center;color:var(--text-tertiary)}.public-form__option--selected .public-form__option-radio{color:var(--info)}.public-form__option-label{flex:1}.public-form__footer{position:sticky;bottom:0;padding:var(--space-4) 0;margin-top:var(--space-6);background:var(--bg-card-hover)}.public-form__submit{width:100%;padding:var(--space-3-5) var(--space-6);font-size:var(--font-size-base);font-weight:600;border:none;border-radius:var(--radius-xl);cursor:pointer;background:var(--info);color:var(--text-on-primary);transition:all .2s}.public-form__submit:hover:not(:disabled){background:var(--info-dark)}.public-form__submit:disabled{background:var(--text-tertiary);cursor:not-allowed;opacity:.7}.public-form--result{text-align:center}.public-form__result-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-3xl);padding:var(--space-8) var(--space-6);margin:var(--space-6) 0}.public-form__score{display:inline-flex;flex-direction:column;align-items:center;border:4px solid;border-radius:50%;width:120px;height:120px;justify-content:center;margin-bottom:var(--space-4)}.public-form__score-value{font-size:2.5rem;font-weight:800;line-height:1}.public-form__score-label{font-size:var(--font-size-xs);color:var(--text-secondary);margin-top:var(--space-0-5)}.public-form__severity{display:inline-block;padding:var(--space-1-5) var(--space-5);border-radius:var(--radius-4xl);color:var(--text-on-primary);font-weight:600;font-size:var(--font-size-sm);margin-bottom:var(--space-4)}.public-form__interpretation{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.5}.public-form__note{font-size:var(--font-size-sm);color:var(--text-tertiary);line-height:1.5;margin-top:var(--space-4)}@media (prefers-color-scheme: dark){.public-form{background:var(--bg-page);color:var(--text-primary)}.public-form__header h1{color:var(--text-primary)}.public-form__subtitle{color:var(--text-secondary)}.public-form__progress-bar{background:var(--border)}.public-form__question{background:var(--bg-card);border-color:var(--border)}.public-form__question--answered{border-color:var(--success)}.public-form__question-text{color:var(--text-primary)}.public-form__option{background:var(--bg-card);border-color:var(--border);color:var(--text-secondary)}.public-form__option:hover{border-color:var(--info);background:var(--info-bg)}.public-form__option--selected{border-color:var(--info);background:var(--info-bg);color:var(--info-light)}.public-form__option-radio{color:var(--text-tertiary)}.public-form__result-card{background:var(--bg-card);border-color:var(--border)}.public-form__footer{background:var(--bg-page)}}.immunotherapy-info-page{flex:1;max-width:1200px;margin:0 auto;width:100%;padding:var(--space-6) var(--space-8)}@media (max-width: 1024px){.immunotherapy-info-page{padding:var(--space-5) var(--space-6)}}@media (max-width: 768px){.immunotherapy-info-page{padding:var(--space-4)}}.immuno-info__breadcrumb{margin-bottom:var(--space-4)}.immuno-info__breadcrumb-link{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--font-size-sm);color:var(--text-secondary);text-decoration:none;transition:color .15s ease}.immuno-info__breadcrumb-link svg{width:16px;height:16px}.immuno-info__breadcrumb-link:hover{color:var(--primary)}.immuno-info__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-6)}@media (max-width: 768px){.immuno-info__header{flex-direction:column}}.immuno-info__header-info{display:flex;align-items:center;gap:var(--space-4)}.immuno-info__share{position:relative;flex-shrink:0}.immuno-info__share-btn{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-card);color:var(--text-secondary);font-size:var(--font-size-xs);cursor:pointer;transition:all .15s ease;white-space:nowrap}.immuno-info__share-btn svg{width:16px;height:16px}.immuno-info__share-btn:hover{background:var(--bg-card-hover);border-color:var(--border-input);color:var(--primary)}.immuno-info__share-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10}.immuno-info__share-menu{position:absolute;top:100%;right:0;margin-top:var(--space-1);background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:0 8px 24px #0000001f;min-width:200px;z-index:11;overflow:hidden}.immuno-info__share-option{display:flex;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-3) var(--space-4);border:none;background:transparent;font-size:var(--font-size-sm);color:var(--text-primary);cursor:pointer;text-align:left;transition:background .1s ease}.immuno-info__share-option:hover{background:var(--bg-card-hover)}.immuno-info__share-option--whatsapp{color:var(--success)}.immuno-info__share-option--whatsapp:hover{background:var(--success-bg)}.immuno-info__share-option-icon{display:flex;width:18px;height:18px;flex-shrink:0}.immuno-info__share-option-icon svg{width:100%;height:100%}.immuno-info__contraindications{background:var(--bg-card);border-radius:var(--radius-2xl);border:1px solid var(--warning-light);padding:var(--space-5) var(--space-6);margin-bottom:var(--space-5)}.immuno-info__contraindications-title{display:flex;align-items:center;gap:var(--space-2);margin:0 0 var(--space-3) 0;font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--warning-dark)}.immuno-info__contraindications-icon{display:flex;width:20px;height:20px;color:var(--warning)}.immuno-info__contraindications-icon svg{width:100%;height:100%}.immuno-info__contraindications-list{margin:0;padding:0;list-style:none}.immuno-info__contraindications-list li{position:relative;padding:var(--space-1) 0 var(--space-1) var(--space-5);font-size:var(--font-size-sm);color:var(--warning-dark);line-height:1.55}.immuno-info__contraindications-list li:before{content:"";position:absolute;left:8px;top:10px;width:6px;height:6px;border-radius:50%;background:var(--warning)}.immuno-info__header-icon{width:52px;height:52px;border-radius:var(--radius-2xl);background:var(--primary-bg-medium);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.immuno-info__header-icon svg{width:28px;height:28px}.immuno-info__title{margin:0;font-size:var(--font-size-3xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);letter-spacing:-.02em}.immuno-info__subtitle{margin:var(--space-1) 0 0 0;color:var(--text-secondary);font-size:var(--font-size-sm)}.immuno-info__tabs{display:flex;gap:var(--space-2);margin-bottom:var(--space-6);border-bottom:2px solid var(--border);padding-bottom:0;overflow-x:auto}@media (max-width: 768px){.immuno-info__tabs{gap:var(--space-1)}}.immuno-info__tab{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border:none;background:transparent;color:var(--text-secondary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .15s ease;white-space:nowrap}.immuno-info__tab:hover{color:var(--primary);background:#2b7a6f0a}.immuno-info__tab--active{color:var(--primary);border-bottom-color:var(--primary);font-weight:var(--font-weight-semibold)}.immuno-info__tab-icon{display:flex;width:18px;height:18px}.immuno-info__tab-icon svg{width:100%;height:100%}.immuno-info__content{min-height:400px}.immuno-info__section{animation:immuno-info-fadein .25s ease}@keyframes immuno-info-fadein{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.immuno-info__cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-5);margin-bottom:var(--space-6)}@media (max-width: 768px){.immuno-info__cards-grid{grid-template-columns:1fr;gap:var(--space-4)}}.immuno-info__card{background:var(--bg-card);border-radius:var(--radius-2xl);padding:var(--space-6);border:1px solid var(--border);transition:box-shadow .15s ease}.immuno-info__card:hover{box-shadow:0 4px 16px #0000000f}.immuno-info__card-icon{width:44px;height:44px;border-radius:var(--radius-xl);background:var(--primary-bg-medium);color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4)}.immuno-info__card-icon svg{width:22px;height:22px}.immuno-info__card-title{margin:0 0 var(--space-2) 0;font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.immuno-info__card-text{margin:0;font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.65}.immuno-info__highlight{display:flex;gap:var(--space-4);padding:var(--space-5);background:var(--warning-bg);border:1px solid var(--warning-light);border-radius:var(--radius-2xl)}@media (max-width: 768px){.immuno-info__highlight{flex-direction:column;gap:var(--space-3)}}.immuno-info__highlight-icon{flex-shrink:0;width:40px;height:40px;border-radius:var(--radius-xl);background:var(--warning-light);color:var(--warning);display:flex;align-items:center;justify-content:center}.immuno-info__highlight-icon svg{width:20px;height:20px}.immuno-info__highlight-content h4{margin:0 0 var(--space-2) 0;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--warning-dark)}.immuno-info__highlight-content p{margin:0;font-size:var(--font-size-sm);color:var(--warning-dark);line-height:1.6}.immuno-info__protocol-header{margin-bottom:var(--space-4)}.immuno-info__protocol-title{margin:0;font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.immuno-info__protocol-subtitle{display:inline-block;margin-top:var(--space-1);font-size:var(--font-size-sm);color:var(--text-secondary)}.immuno-info__protocol-desc{margin:0 0 var(--space-6) 0;font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.65;max-width:800px}.immuno-info__protocol-grid{display:grid;grid-template-columns:1fr;gap:var(--space-5)}.immuno-info__protocol-card{background:var(--bg-card);border-radius:var(--radius-2xl);padding:var(--space-5) var(--space-6);border:1px solid var(--border)}.immuno-info__protocol-card-title{display:flex;align-items:center;gap:var(--space-2);margin:0 0 var(--space-4) 0;font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.immuno-info__protocol-card-icon{display:flex;width:20px;height:20px}.immuno-info__protocol-card-icon svg{width:100%;height:100%}.immuno-info__protocol-card-icon--green{color:var(--success)}.immuno-info__protocol-card-icon--amber{color:var(--warning)}.immuno-info__protocol-items{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-3)}@media (max-width: 768px){.immuno-info__protocol-items{grid-template-columns:1fr}}.immuno-info__protocol-item{display:flex;flex-direction:column;gap:2px;padding:var(--space-3);background:var(--bg-card-hover);border-radius:var(--radius-lg)}.immuno-info__protocol-label{font-size:var(--font-size-2xs);font-weight:var(--font-weight-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em}.immuno-info__protocol-value{font-size:var(--font-size-sm);color:var(--text-primary);font-weight:var(--font-weight-medium)}.immuno-info__protocol-list{margin:0;padding:0;list-style:none}.immuno-info__protocol-list li{position:relative;padding:var(--space-2) 0 var(--space-2) var(--space-5);font-size:var(--font-size-sm);color:var(--text-primary);line-height:1.55}.immuno-info__protocol-list li:before{content:"";position:absolute;left:8px;top:12px;width:6px;height:6px;border-radius:50%;background:var(--success)}.immuno-info__protocol-list li+li{border-top:1px solid var(--border-light)}.immuno-info__protocol-list--caution li:before{background:var(--warning)}.immuno-info__section-title{margin:0 0 var(--space-2) 0;font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.immuno-info__section-desc{margin:0 0 var(--space-6) 0;font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.6;max-width:800px}.immuno-info__table-wrap{background:var(--bg-card);border-radius:var(--radius-2xl);border:1px solid var(--border);overflow-x:auto;margin-bottom:var(--space-6)}.immuno-info__table{width:100%;border-collapse:separate;border-spacing:0}.immuno-info__table thead tr{background:var(--bg-card-hover)}.immuno-info__table th{padding:var(--space-3) var(--space-4);text-align:left;font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--text-primary);text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid var(--border);white-space:nowrap}.immuno-info__table td{padding:var(--space-3) var(--space-4);font-size:var(--font-size-sm);color:var(--text-primary);border-bottom:1px solid var(--border-light);vertical-align:top}.immuno-info__table tbody tr:last-child td{border-bottom:none}.immuno-info__table tbody tr:hover{background:var(--bg-card-hover)}.immuno-info__table-th--criterion{width:25%;min-width:160px}.immuno-info__table-th--slit,.immuno-info__table-th--scit{width:37.5%;min-width:200px}.immuno-info__table-th-icon{display:inline-flex;width:16px;height:16px;vertical-align:middle;margin-right:var(--space-1)}.immuno-info__table-th-icon svg{width:100%;height:100%}.immuno-info__table-criterion{font-weight:var(--font-weight-semibold);color:var(--text-primary)}.immuno-info__references{background:var(--bg-card);border-radius:var(--radius-2xl);border:1px solid var(--border);padding:var(--space-5) var(--space-6)}.immuno-info__references-title{display:flex;align-items:center;gap:var(--space-2);margin:0 0 var(--space-4) 0;font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.immuno-info__references-icon{display:flex;width:20px;height:20px;color:var(--primary)}.immuno-info__references-icon svg{width:100%;height:100%}.immuno-info__references-list{margin:0;padding:0 0 0 var(--space-5)}.immuno-info__references-list li{font-size:var(--font-size-xs);color:var(--text-secondary);line-height:1.6;padding:var(--space-1) 0}.immuno-info__references-list li+li{margin-top:var(--space-1)}@media (max-width: 768px){.immuno-info__header-info{flex-direction:column;align-items:flex-start;gap:var(--space-3)}.immuno-info__title{font-size:var(--font-size-2xl)}.immuno-info__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.immuno-info__table th,.immuno-info__table td{font-size:var(--font-size-xs);padding:var(--space-2) var(--space-3)}.immuno-info__references{padding:var(--space-4)}}.label-generator-layout{display:flex;min-height:100vh;background:var(--bg-page)}.label-generator-main{flex:1;display:flex;flex-direction:column;overflow:hidden;margin-left:56px;transition:margin-left .2s ease}:root[data-sidebar-expanded=true] .label-generator-main{margin-left:260px}@media (max-width: 768px){.label-generator-main{margin-left:0}}.label-generator-content{display:grid;grid-template-columns:300px 1fr;gap:var(--space-5, 20px);padding:var(--space-5, 20px) var(--space-6, 24px);flex:1;overflow:hidden}@media (max-width: 1024px){.label-generator-content{grid-template-columns:1fr}}.label-generator-sidebar{display:flex;flex-direction:column;gap:var(--space-4, 16px);overflow-y:auto;max-height:calc(100vh - 140px);padding-right:var(--space-1)}@media (max-width: 1024px){.label-generator-sidebar{max-height:none;overflow-y:visible}}.label-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4, 16px)}.label-panel__title{display:flex;align-items:center;gap:8px;font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);margin:0 0 var(--space-3) 0}.label-panel__title svg{width:14px;height:14px;flex-shrink:0}.label-form-group{margin-bottom:var(--space-3)}.label-form-group:last-child{margin-bottom:0}.label-form-label{display:block;font-size:var(--font-size-xs);font-weight:500;color:var(--text-secondary);margin-bottom:var(--space-1)}.label-form-input{width:100%;height:36px;padding:0 10px;background:var(--bg-input);border:1px solid var(--border-dark);border-radius:var(--radius-md);font-size:var(--font-size-xs);color:var(--text-primary);transition:border-color .15s;box-sizing:border-box}.label-form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg-medium)}select.label-form-input{cursor:pointer}.label-form-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:var(--font-size-xs);color:var(--text-primary)}.label-form-checkbox input[type=checkbox]{width:15px;height:15px;cursor:pointer;accent-color:var(--primary)}.label-form-hint{font-size:var(--font-size-2xs);color:var(--text-tertiary);margin:4px 0 0 23px}.label-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 14px;border-radius:var(--radius-md);font-size:var(--font-size-xs);font-weight:500;border:none;cursor:pointer;transition:background .15s,transform .1s}.label-btn svg{width:15px;height:15px}.label-btn:active:not(:disabled){transform:translateY(1px)}.label-btn:disabled{opacity:.5;cursor:not-allowed}.label-btn--primary{background:var(--primary);color:var(--text-on-primary)}.label-btn--primary:hover:not(:disabled){background:var(--primary-dark)}.label-btn--full{width:100%}.label-format-options{display:flex;flex-direction:column;gap:8px}.label-format-btn{display:flex;align-items:center;gap:10px;padding:var(--space-2-5) var(--space-3);background:var(--bg-card-hover);border:1.5px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.label-format-btn__name{font-size:var(--font-size-xs);font-weight:600;color:var(--text-primary);min-width:55px}.label-format-btn__size{font-size:var(--font-size-2xs);font-weight:500;color:var(--text-secondary);background:var(--bg-card);padding:var(--space-0) var(--space-1-5);border-radius:var(--radius-xs);border:1px solid var(--border)}.label-format-btn__desc{font-size:var(--font-size-2xs);color:var(--text-tertiary);flex:1}.label-format-btn--active{border-color:var(--primary);background:var(--primary-bg-subtle)}.label-format-btn--active .label-format-btn__name{color:var(--primary)}.label-format-btn:hover:not(.label-format-btn--active){border-color:var(--primary-light);background:var(--primary-bg-subtle)}.label-color-legend{display:flex;flex-direction:column;gap:8px}.label-color-item{display:flex;align-items:flex-start;gap:10px}.label-color-swatch{width:20px;height:20px;border-radius:var(--radius-sm);flex-shrink:0;margin-top:var(--space-0);border:1px solid var(--border-light)}.label-color-info{display:flex;flex-direction:column;gap:2px}.label-color-dilution{font-size:var(--font-size-xs);font-weight:600;color:var(--text-primary);font-family:monospace}.label-color-desc{font-size:var(--font-size-2xs);color:var(--text-secondary);line-height:1.3}.label-generator-preview{display:flex;flex-direction:column;overflow-y:auto;max-height:calc(100vh - 140px)}@media (max-width: 1024px){.label-generator-preview{max-height:none;overflow-y:visible}}.label-toolbar{display:flex;align-items:center;justify-content:space-between;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-2-5) var(--space-3-5);margin-bottom:var(--space-3-5);gap:12px}.label-toolbar__left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.label-toolbar__right{display:flex;gap:8px;flex-shrink:0}.label-toolbar__count{font-size:var(--font-size-xs);color:var(--text-primary);font-weight:500}.label-toolbar__link{font-size:var(--font-size-xs);color:var(--primary);background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.label-toolbar__link:hover{color:var(--primary-dark)}.label-grid{display:grid;gap:14px}.label-grid--small{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.label-grid--medium{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.label-grid--a4{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.label-card{position:relative;cursor:pointer;border-radius:var(--radius-lg);transition:transform .1s}.label-card:hover .label-card__checkbox{opacity:1}.label-card--selected .label-preview{box-shadow:0 0 0 2px var(--primary),0 2px 8px var(--primary-bg-strong)}.label-card__selector{position:absolute;top:8px;right:8px;z-index:2}.label-card__checkbox{width:20px;height:20px;border-radius:50%;border:2px solid var(--border-dark);background:var(--bg-card);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s,background .15s,border-color .15s}.label-card__checkbox svg{width:11px;height:11px}.label-card__checkbox--checked{opacity:1;background:var(--primary);border-color:var(--primary);color:var(--text-on-primary)}.label-card:hover .label-card__checkbox,.label-card--selected .label-card__checkbox{opacity:1}.label-preview{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;font-family:Arial,Helvetica,sans-serif;box-shadow:var(--shadow-sm)}.label-preview__color-band{display:flex;align-items:center;justify-content:space-between;padding:var(--space-1) var(--space-2-5);color:#fff;font-size:var(--font-size-2xs);font-weight:700;text-transform:uppercase;letter-spacing:.5px}.label-preview__color-name{opacity:.9}.label-preview__dilution-text{font-family:monospace;font-size:var(--font-size-2xs);font-weight:700}.label-preview__body{display:flex;align-items:flex-start;gap:8px;padding:var(--space-2) var(--space-2-5)}.label-preview__content{flex:1;min-width:0}.label-preview__patient{font-size:var(--font-size-2xs);font-weight:700;color:#111827;margin-bottom:var(--space-0-5);line-height:1.3}.label-preview__patient strong{font-weight:700}.label-preview__allergen{font-size:var(--font-size-2xs);color:#374151;margin-bottom:var(--space-1-5);line-height:1.3}.label-preview__allergen em{font-style:italic;font-weight:500}.label-preview__grid{display:grid;grid-template-columns:1fr 1fr;gap:3px 8px;margin-bottom:var(--space-1-5)}.label-preview__field{display:flex;flex-direction:column}.label-preview__field--expiry .label-preview__field-value{color:#dc2626;font-weight:600}.label-preview__field-label{font-size:8px;text-transform:uppercase;letter-spacing:.3px;color:#9ca3af;line-height:1}.label-preview__field-value{font-size:var(--font-size-2xs);font-weight:600;color:#111827;line-height:1.3}.label-preview__storage{font-size:9px;color:#7c3aed;font-weight:600;display:flex;align-items:center;gap:3px;margin-bottom:var(--space-1)}.label-preview__storage-icon{font-size:var(--font-size-2xs)}.label-preview__footer{border-top:1px solid #f3f4f6;padding-top:var(--space-1);margin-top:var(--space-1)}.label-preview__physician{font-size:9px;color:#374151;line-height:1.3}.label-preview__clinic{font-size:8px;color:#9ca3af;line-height:1.3}.label-preview__qr{flex-shrink:0;display:flex;align-items:center;justify-content:center}.label-preview__qr .qr-code-svg{border:1px solid #e5e7eb;border-radius:var(--radius-xs)}.label-preview--small .label-preview__body{padding:var(--space-1-5) var(--space-2)}.label-preview--small .label-preview__patient{font-size:var(--font-size-2xs)}.label-preview--small .label-preview__allergen{font-size:9px}.label-preview--small .label-preview__grid{grid-template-columns:1fr}.label-preview--a4 .label-preview__patient{font-size:var(--font-size-xs)}.label-preview--a4 .label-preview__allergen{font-size:var(--font-size-2xs)}.label-preview--a4 .label-preview__field-label{font-size:9px}.label-preview--a4 .label-preview__field-value{font-size:var(--font-size-2xs)}.label-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center;color:var(--text-secondary);padding:var(--space-8, 32px)}.label-empty__icon{width:48px;height:48px;opacity:.3;margin-bottom:var(--space-4);color:var(--primary)}.label-empty__icon svg{width:100%;height:100%}.label-empty h3{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin:0 0 var(--space-2) 0}.label-empty p{font-size:var(--font-size-xs);max-width:360px;line-height:1.5;margin:0}.label-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:12px;color:var(--text-secondary);font-size:var(--font-size-xs)}.label-spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:label-spin .7s linear infinite}@keyframes label-spin{to{transform:rotate(360deg)}}.label-error{display:flex;align-items:flex-start;gap:12px;padding:var(--space-3-5) var(--space-4);background:var(--error-bg);border:1px solid var(--error-light);border-radius:var(--radius-lg);color:var(--error-dark);margin-bottom:var(--space-4)}.label-error__icon{flex-shrink:0;margin-top:var(--space-0)}.label-error__icon svg{width:18px;height:18px}.label-error strong{display:block;font-size:var(--font-size-xs);margin-bottom:var(--space-0-5)}.label-error p{font-size:var(--font-size-xs);margin:0;opacity:.85}.print-area{display:none}@media print{body>*:not(.label-generator-layout){display:none!important}.label-generator-layout{display:block!important}.label-generator-sidebar,.label-toolbar,.label-empty,.label-loading,.label-error,.label-grid{display:none!important}.print-area{display:block!important}.print-sheet{width:210mm;margin:0 auto}.print-sheet__grid{display:grid;gap:5mm}.print-sheet__grid--small{grid-template-columns:repeat(4,1fr)}.print-sheet__grid--medium{grid-template-columns:repeat(3,1fr)}.print-sheet__grid--a4{grid-template-columns:repeat(2,1fr)}.label-preview{break-inside:avoid;page-break-inside:avoid;border:1px solid #ccc!important;box-shadow:none!important}@page{size:A4;margin:10mm}}:root[data-theme=dark] .label-generator-layout,.dark .label-generator-layout{background:var(--bg-page)}:root[data-theme=dark] .label-panel,.dark .label-panel{background:var(--bg-card);border-color:var(--border)}:root[data-theme=dark] .label-panel__title,.dark .label-panel__title{color:var(--text-secondary)}:root[data-theme=dark] .label-form-input,.dark .label-form-input{background:var(--bg-input);border-color:var(--border);color:var(--text-primary)}:root[data-theme=dark] .label-toolbar,.dark .label-toolbar{background:var(--bg-card);border-color:var(--border)}:root[data-theme=dark] .label-toolbar__count,.dark .label-toolbar__count{color:var(--text-primary)}:root[data-theme=dark] .label-format-btn,.dark .label-format-btn{background:var(--bg-card);border-color:var(--border)}:root[data-theme=dark] .label-format-btn__name,.dark .label-format-btn__name{color:var(--text-primary)}:root[data-theme=dark] .label-format-btn__size,.dark .label-format-btn__size{background:var(--bg-page);border-color:var(--border);color:var(--text-secondary)}:root[data-theme=dark] .label-format-btn--active,.dark .label-format-btn--active{border-color:var(--primary);background:var(--primary-bg-light)}:root[data-theme=dark] .label-color-dilution,.dark .label-color-dilution{color:var(--text-primary)}:root[data-theme=dark] .label-preview,.dark .label-preview{background:#fff}:root[data-theme=dark] .label-preview__patient strong,.dark .label-preview__patient strong{color:#111827}:root[data-theme=dark] .label-card__checkbox,.dark .label-card__checkbox{border-color:var(--border-dark);background:var(--bg-card)}:root[data-theme=dark] .label-empty h3,.dark .label-empty h3{color:var(--text-primary)}:root[data-theme=dark] .label-empty p,.dark .label-empty p{color:var(--text-secondary)}.file-manager-layout{display:flex;min-height:100vh;background:var(--bg-page);color:var(--text-primary)}.file-manager-content{flex:1;display:flex;flex-direction:column;margin-left:var(--space-16);height:100vh;overflow:hidden}.file-manager{display:flex;flex:1;overflow:hidden;position:relative}.file-manager__sidebar{width:260px;min-width:260px;border-right:1px solid var(--border-light);background:var(--bg-card);display:flex;flex-direction:column;overflow:hidden}@media (max-width: 768px){.file-manager__sidebar{display:none}}.file-manager__sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3-5) var(--space-4);border-bottom:1px solid var(--border-light)}.file-manager__sidebar-header h3{margin:0;font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary)}.file-manager__btn-icon{width:28px;height:28px;border:none;border-radius:var(--radius-md);background:var(--bg-badge);color:var(--text-secondary);font-size:var(--font-size-lg);font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.file-manager__btn-icon:hover{background:var(--primary-light);color:var(--text-inverse)}.file-manager__folder-tree{flex:1;overflow-y:auto;padding:var(--space-2) 0}.folder-tree__item{position:relative}.folder-tree__row{display:flex;align-items:center;gap:6px;padding:var(--space-1-5) var(--space-3);cursor:pointer;font-size:var(--font-size-xs);color:var(--text-primary);transition:background .12s;position:relative;-webkit-user-select:none;user-select:none}.folder-tree__row:hover{background:var(--bg-card-hover)}.folder-tree__row--active{background:var(--primary-bg-medium);color:var(--primary);font-weight:600}.folder-tree__chevron{font-size:8px;width:14px;text-align:center;color:var(--text-tertiary);transition:transform .15s;flex-shrink:0}.folder-tree__chevron--hidden{visibility:hidden}.folder-tree__chevron--expanded{transform:rotate(90deg)}.folder-tree__icon{font-size:var(--font-size-sm);flex-shrink:0}.folder-tree__name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.folder-tree__menu-btn{opacity:0;border:none;background:none;color:var(--text-tertiary);cursor:pointer;padding:var(--space-0-5) var(--space-1-5);border-radius:var(--radius-sm);font-size:var(--font-size-sm);font-weight:700;letter-spacing:1px}.folder-tree__row:hover .folder-tree__menu-btn{opacity:1}.folder-tree__menu-btn:hover{background:var(--bg-badge);color:var(--text-primary)}.folder-tree__context-menu{position:absolute;top:100%;right:8px;z-index:100;background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:var(--space-1);min-width:150px}.folder-tree__context-menu button{display:block;width:100%;text-align:left;padding:var(--space-2) var(--space-3);border:none;background:none;border-radius:var(--radius-md);font-size:var(--font-size-xs);color:var(--text-primary);cursor:pointer}.folder-tree__context-menu button:hover{background:var(--bg-card-hover)}.folder-tree__context-menu button.danger{color:var(--error)}.folder-tree__context-menu button.danger:hover{background:var(--error-bg)}.file-manager__main{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.file-manager__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:var(--space-3) var(--space-5);border-bottom:1px solid var(--border-light);background:var(--bg-card);flex-wrap:wrap}.file-manager__toolbar-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.file-manager__toolbar-right{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.file-manager__breadcrumb{display:flex;align-items:center;gap:4px;font-size:var(--font-size-xs);color:var(--text-secondary);overflow:hidden}.file-manager__breadcrumb-sep{color:var(--text-tertiary);margin:0 2px}.file-manager__breadcrumb-item{cursor:pointer}.file-manager__breadcrumb-item:hover{color:var(--primary)}.file-manager__breadcrumb-item--current{color:var(--text-primary);font-weight:600;cursor:default}.file-manager__breadcrumb-item--current:hover{color:var(--text-primary)}.file-manager__search{display:flex;align-items:center;gap:6px;padding:var(--space-1-5) var(--space-3);background:var(--bg-page);border:1px solid var(--border-light);border-radius:var(--radius-lg);min-width:200px}.file-manager__search input{border:none;background:none;outline:none;font-size:var(--font-size-xs);color:var(--text-primary);width:100%}.file-manager__search input::placeholder{color:var(--text-tertiary)}.file-manager__filter-select{padding:var(--space-1-5) var(--space-2-5);border:1px solid var(--border-light);border-radius:var(--radius-lg);background:var(--bg-card);color:var(--text-primary);font-size:var(--font-size-xs);cursor:pointer;outline:none}.file-manager__filter-select:focus{border-color:var(--primary)}.file-manager__view-toggle{display:flex;border:1px solid var(--border-light);border-radius:var(--radius-lg);overflow:hidden}.file-manager__view-toggle button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:var(--bg-card);color:var(--text-tertiary);cursor:pointer;transition:all .12s}.file-manager__view-toggle button:first-child{border-right:1px solid var(--border-light)}.file-manager__view-toggle button:hover{background:var(--bg-card-hover);color:var(--text-primary)}.file-manager__view-toggle button.active{background:var(--primary);color:var(--text-inverse)}.file-manager__btn-upload{display:flex;align-items:center;gap:6px;padding:7px var(--space-3-5);border:none;border-radius:var(--radius-lg);background:var(--primary);color:var(--text-on-primary);font-size:var(--font-size-xs);font-weight:500;cursor:pointer;transition:background .2s}.file-manager__btn-upload:hover{background:var(--primary-dark)}.file-manager__btn-upload--secondary{background:var(--bg-badge);color:var(--text-primary)}.file-manager__btn-upload--secondary:hover{background:var(--primary-light);color:var(--text-inverse)}.file-manager__upload-progress{padding:var(--space-2) var(--space-5);background:var(--bg-card);border-bottom:1px solid var(--border-light)}.file-manager__upload-item{display:flex;align-items:center;gap:10px;padding:var(--space-1) 0}.file-manager__upload-name{font-size:var(--font-size-xs);color:var(--text-secondary);flex:0 0 150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-manager__progress-bar{flex:1;height:6px;background:var(--bg-badge);border-radius:var(--radius-xs);overflow:hidden}.file-manager__progress-fill{height:100%;background:var(--primary);border-radius:var(--radius-xs);transition:width .3s}.file-manager__upload-pct{font-size:var(--font-size-2xs);color:var(--text-tertiary);flex:0 0 36px;text-align:right}.file-manager__drop-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:50;background:var(--primary-bg-medium);border:3px dashed var(--primary);border-radius:var(--radius-2xl);display:flex;align-items:center;justify-content:center;pointer-events:none}.file-manager__drop-content{text-align:center;color:var(--primary)}.file-manager__drop-content p{margin:var(--space-2) 0 0;font-size:var(--font-size-base);font-weight:600}.file-manager__files-area{flex:1;overflow-y:auto;padding:var(--space-4) var(--space-5)}.file-manager__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;color:var(--text-tertiary)}.file-manager__loading p{margin-top:var(--space-3);font-size:var(--font-size-sm)}.file-manager__spinner{width:32px;height:32px;border:3px solid var(--border-light);border-top-color:var(--primary);border-radius:50%;animation:fm-spin .8s linear infinite}@keyframes fm-spin{to{transform:rotate(360deg)}}.file-manager__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0;color:var(--text-tertiary)}.file-manager__empty .file-manager__empty-icon{font-size:56px;margin-bottom:var(--space-3);opacity:.4}.file-manager__empty p{font-size:var(--font-size-sm);margin-bottom:var(--space-4)}.file-manager__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.file-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:var(--radius-xl);overflow:hidden;cursor:pointer;transition:all .15s;position:relative}.file-card:hover{border-color:var(--primary-light);box-shadow:var(--shadow-sm)}.file-card--selected{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-border-light)}.file-card__checkbox{position:absolute;top:8px;left:8px;z-index:2;opacity:0}.file-card:hover .file-card__checkbox,.file-card--selected .file-card__checkbox{opacity:1}.file-card__checkbox input{width:16px;height:16px;cursor:pointer;accent-color:var(--primary)}.file-card__thumb{height:110px;display:flex;align-items:center;justify-content:center;background:var(--bg-page);border-bottom:3px solid var(--text-tertiary);overflow:hidden}.file-card__thumb img{width:100%;height:100%;object-fit:cover}.file-card__type-icon{font-size:36px}.file-card__info{padding:var(--space-2-5) var(--space-3)}.file-card__name{display:block;font-size:var(--font-size-xs);font-weight:500;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-card__meta{display:block;font-size:var(--font-size-2xs);color:var(--text-tertiary);margin-top:var(--space-1)}.file-card__tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:var(--space-1-5)}.file-card__tag{font-size:var(--font-size-2xs);padding:var(--space-0-5) var(--space-1-5);background:var(--bg-badge);color:var(--text-secondary);border-radius:var(--radius-sm)}.file-manager__list-wrapper{overflow-x:auto}.file-manager__list{width:100%;border-collapse:separate;border-spacing:0}.file-manager__list thead th{text-align:left;font-size:var(--font-size-2xs);font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.04em;padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border-light);position:sticky;top:0;background:var(--bg-card)}.file-manager__list thead th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.file-manager__list thead th.sortable:hover{color:var(--primary)}.file-manager__list tbody tr{cursor:pointer;transition:background .12s}.file-manager__list tbody tr:hover{background:var(--bg-card-hover)}.file-manager__list tbody tr.selected{background:var(--primary-bg-light)}.file-manager__list tbody tr td{padding:var(--space-2-5) var(--space-3);font-size:var(--font-size-xs);color:var(--text-primary);border-bottom:1px solid var(--border-light);white-space:nowrap}.file-manager__list-name{display:flex;align-items:center;gap:8px}.file-manager__list-type-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.file-manager__list-actions{display:flex;gap:4px}.file-manager__list-actions button{width:28px;height:28px;border:none;background:none;border-radius:var(--radius-md);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-tertiary);transition:all .12s}.file-manager__list-actions button:hover{background:var(--bg-badge);color:var(--text-primary)}.preview-panel{width:380px;min-width:380px;border-left:1px solid var(--border-light);background:var(--bg-card);display:flex;flex-direction:column;overflow:hidden;animation:fm-slide-in .2s ease-out}@media (max-width: 1024px){.preview-panel{position:fixed;top:0;right:0;height:100vh;z-index:200;box-shadow:var(--shadow-lg)}}@keyframes fm-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.preview-panel__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3-5) var(--space-4);border-bottom:1px solid var(--border-light)}.preview-panel__header h3{margin:0;font-size:var(--font-size-sm);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.preview-panel__close{border:none;background:none;font-size:var(--font-size-xl);color:var(--text-tertiary);cursor:pointer;padding:var(--space-0-5) var(--space-1-5);border-radius:var(--radius-sm)}.preview-panel__close:hover{background:var(--bg-badge);color:var(--text-primary)}.preview-panel__content{flex:1;overflow:auto;display:flex;align-items:center;justify-content:center;min-height:200px;background:var(--bg-page)}.preview-panel__image-wrap{padding:var(--space-4);width:100%;text-align:center}.preview-panel__image-wrap img{max-width:100%;max-height:400px;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.preview-panel__pdf-wrap{width:100%;height:100%;min-height:400px}.preview-panel__pdf-wrap iframe{width:100%;height:100%;min-height:400px;border:none}.preview-panel__info-block{text-align:center;padding:var(--space-10);color:var(--text-tertiary)}.preview-panel__info-block .preview-panel__big-icon{font-size:48px;display:block;margin-bottom:var(--space-3)}.preview-panel__info-block p{font-size:var(--font-size-sm)}.preview-panel__details{padding:var(--space-4);border-top:1px solid var(--border-light)}.preview-panel__detail-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:var(--font-size-xs)}.preview-panel__detail-row .label{color:var(--text-tertiary);font-weight:500}.preview-panel__detail-row span:last-child{color:var(--text-primary)}.preview-panel__tags-section{margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--border-light)}.preview-panel__tags-section>.label{display:block;font-size:var(--font-size-xs);color:var(--text-tertiary);font-weight:500;margin-bottom:var(--space-1-5)}.preview-panel__tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:var(--space-2)}.preview-panel__tag{font-size:var(--font-size-2xs);padding:3px var(--space-2);background:var(--bg-badge);color:var(--text-secondary);border-radius:var(--radius-sm)}.preview-panel__no-tags{font-size:var(--font-size-xs);color:var(--text-tertiary);font-style:italic}.preview-panel__tag-form{display:flex;gap:4px}.preview-panel__tag-form input{flex:1;padding:5px var(--space-2);border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-input);font-size:var(--font-size-xs);color:var(--text-primary);outline:none}.preview-panel__tag-form input:focus{border-color:var(--primary)}.preview-panel__tag-form input::placeholder{color:var(--text-tertiary)}.preview-panel__tag-form button{width:28px;height:28px;border:none;border-radius:var(--radius-md);background:var(--primary);color:var(--text-on-primary);font-size:var(--font-size-base);cursor:pointer}.preview-panel__tag-form button:hover{background:var(--primary-dark)}.preview-panel__actions{display:flex;gap:6px;padding:var(--space-3) var(--space-4);border-top:1px solid var(--border-light);flex-wrap:wrap}.preview-panel__action-btn{display:flex;align-items:center;gap:5px;padding:7px var(--space-3);border:1px solid var(--border-light);border-radius:var(--radius-lg);background:var(--bg-card);color:var(--text-primary);font-size:var(--font-size-xs);cursor:pointer;transition:all .12s}.preview-panel__action-btn:hover{background:var(--bg-card-hover);border-color:var(--primary-light)}.preview-panel__action-btn--danger{color:var(--error)}.preview-panel__action-btn--danger:hover{background:var(--error-bg);border-color:var(--error)}.file-manager__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background:var(--bg-modal-overlay);display:flex;align-items:center;justify-content:center}.file-manager__modal{background:var(--bg-card);border-radius:var(--radius-2xl);padding:var(--space-6);width:400px;max-width:90vw;box-shadow:var(--shadow-modal)}.file-manager__modal h3{margin:0 0 var(--space-4);font-size:var(--font-size-base);font-weight:600;color:var(--text-primary)}.file-manager__modal-input{width:100%;padding:var(--space-2-5) var(--space-3-5);border:1px solid var(--border-light);border-radius:var(--radius-lg);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--bg-input);outline:none;box-sizing:border-box}.file-manager__modal-input:focus{border-color:var(--primary)}.file-manager__modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:var(--space-4)}.file-manager__modal-actions .btn-cancel{padding:var(--space-2) var(--space-4);border:1px solid var(--border-light);border-radius:var(--radius-lg);background:var(--bg-card);color:var(--text-secondary);font-size:var(--font-size-xs);cursor:pointer}.file-manager__modal-actions .btn-cancel:hover{background:var(--bg-card-hover)}.file-manager__modal-actions .btn-confirm{padding:var(--space-2) var(--space-4);border:none;border-radius:var(--radius-lg);background:var(--primary);color:var(--text-on-primary);font-size:var(--font-size-xs);font-weight:500;cursor:pointer}.file-manager__modal-actions .btn-confirm:hover{background:var(--primary-dark)}@media (max-width: 768px){.file-manager-content{margin-left:0}.file-manager__toolbar{flex-direction:column;align-items:stretch}.file-manager__toolbar-right{flex-wrap:wrap}.file-manager__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.file-card__thumb{height:80px}.preview-panel{width:100%;min-width:100%}}.file-manager__modal--share,.file-manager__modal--move{max-width:480px;width:90%}.file-manager__modal-subtitle{color:var(--text-secondary);font-size:var(--font-size-xs);margin:-4px 0 16px;word-break:break-all}.file-manager__share-options{margin-bottom:var(--space-4)}.file-manager__share-label{display:block;font-size:var(--font-size-xs);font-weight:500;margin-bottom:var(--space-2);color:var(--text-secondary)}.file-manager__share-durations{display:flex;gap:8px}.file-manager__share-duration-btn{flex:1;padding:var(--space-2) var(--space-3);border:1px solid var(--border-light);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-primary);cursor:pointer;font-size:var(--font-size-xs);transition:all .15s ease}.file-manager__share-duration-btn:hover{border-color:var(--primary);color:var(--primary)}.file-manager__share-duration-btn.active{background:var(--primary);color:var(--text-on-primary);border-color:var(--primary)}.file-manager__share-result{margin-bottom:var(--space-4)}.file-manager__share-url-row{display:flex;gap:8px;align-items:center}.file-manager__share-url-row .file-manager__modal-input{flex:1;font-size:var(--font-size-xs)}.file-manager__share-url-row .btn-confirm{white-space:nowrap}.file-manager__share-expires{font-size:var(--font-size-xs);color:var(--text-secondary);margin-top:var(--space-2)}.file-manager__move-folders{max-height:300px;overflow-y:auto;border:1px solid var(--border-light);border-radius:var(--radius-md);margin-bottom:var(--space-4)}.file-manager__move-folder-item{display:flex;align-items:center;gap:6px;padding:var(--space-2) var(--space-3);cursor:pointer;font-size:var(--font-size-xs);transition:background .15s ease}.file-manager__move-folder-item:hover{background:var(--bg-card-hover)}.file-manager__move-folder-item.active{background:var(--primary-bg-medium);color:var(--primary);font-weight:500}.preview-panel__ocr-section{margin-top:var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);padding:var(--space-2)}.preview-panel__ocr-section summary{cursor:pointer;font-size:var(--font-size-sm);color:var(--text-secondary);font-weight:500}.preview-panel__ocr-text{margin-top:var(--space-2);max-height:300px;overflow-y:auto;font-size:var(--font-size-xs);color:var(--text-muted);white-space:pre-wrap;word-wrap:break-word;background:var(--surface-alt);padding:var(--space-2);border-radius:var(--radius-sm);font-family:monospace}.preview-panel__versions-section{margin-top:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--border-light)}.preview-panel__versions-toggle{background:none;border:none;color:var(--primary);cursor:pointer;font-size:var(--font-size-xs);padding:0;text-decoration:underline}.preview-panel__versions-toggle:hover{opacity:.8}.preview-panel__versions-list{margin-top:var(--space-2)}.preview-panel__version-item{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:var(--font-size-xs);border-bottom:1px solid var(--border-light)}.preview-panel__version-item:last-child{border-bottom:none}.preview-panel__version-num{font-weight:600;color:var(--primary);min-width:24px}.preview-panel__version-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary)}.preview-panel__version-date{color:var(--text-secondary);white-space:nowrap}.emergency-checklist__header{display:flex;align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-5);padding:var(--space-4);background:var(--bg-warning-subtle, #fef3c7);border-radius:var(--radius-md);border-left:4px solid var(--warning, #f59e0b)}.emergency-checklist__header svg{color:var(--warning, #f59e0b);flex-shrink:0;margin-top:2px}.emergency-checklist__header h3{margin:0 0 var(--space-1);font-size:1rem;color:var(--text-primary)}.emergency-checklist__header p{margin:0;font-size:.813rem;color:var(--text-secondary)}.emergency-checklist__section{margin-bottom:var(--space-5)}.emergency-checklist__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--border)}.emergency-checklist__section-header h4{display:flex;align-items:center;gap:var(--space-2);margin:0;font-size:.875rem;font-weight:600;color:var(--text-primary)}.emergency-checklist__section-header h4 svg{color:var(--primary)}.emergency-checklist__progress{font-size:.75rem;font-weight:600;padding:2px 10px;border-radius:var(--radius-full);background:var(--bg-subtle);color:var(--text-secondary)}.emergency-checklist__progress--done{background:var(--bg-success-subtle, #dcfce7);color:var(--success, #16a34a)}.emergency-checklist__item{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);transition:background .15s}.emergency-checklist__item:hover{background:var(--bg-subtle)}.emergency-checklist__item--optional{opacity:.7}.emergency-checklist__check{display:flex;align-items:center;gap:var(--space-2);cursor:pointer;flex:1}.emergency-checklist__check input[type=checkbox]{width:18px;height:18px;accent-color:var(--success, #16a34a);cursor:pointer}.emergency-checklist__label{font-size:.875rem;color:var(--text-primary)}.emergency-checklist__optional{font-size:.75rem;color:var(--text-muted);margin-left:var(--space-2);font-style:italic}.emergency-checklist__check-note{font-size:.75rem;color:var(--text-secondary);margin-left:var(--space-1)}.emergency-checklist__expiry{width:140px;padding:var(--space-1) var(--space-2);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text-primary);font-size:.813rem;margin-left:var(--space-3)}.emergency-checklist__status{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-size:.875rem;font-weight:500}.emergency-checklist__status--ready{background:var(--bg-success-subtle, #dcfce7);color:var(--success, #16a34a)}.emergency-checklist__status--pending{background:var(--bg-subtle);color:var(--text-secondary)}.emergency-checklist__actions{margin-top:var(--space-4);display:flex;justify-content:flex-end}.emergency-checklist__btn{padding:var(--space-2) var(--space-5);background:var(--success, #16a34a);color:#fff;border:none;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;cursor:pointer;transition:opacity .15s}.emergency-checklist__btn:hover{opacity:.9}.emergency-checklist__btn:disabled{opacity:.4;cursor:not-allowed}.ppw{background:var(--bg-card);border-radius:10px;box-shadow:0 4px 12px #0000001a;overflow:hidden;font-family:var(--font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);color:var(--text-primary);max-width:1440px;width:100%;min-width:0;box-sizing:border-box;margin:0 auto}.ppw *,.ppw *:before,.ppw *:after{box-sizing:border-box}.ppw__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--border);background:var(--bg-page)}.ppw__header-left{display:flex;align-items:center;gap:12px}.ppw__header-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:var(--bg-highlight);color:var(--primary);flex-shrink:0}.ppw__header-icon svg{width:22px;height:22px}.ppw__title{font-size:var(--font-size-lg);font-weight:700;color:var(--text-primary);margin:0 0 2px}.ppw__patient-name{font-size:var(--font-size-xs);color:var(--text-secondary);margin:0;display:flex;align-items:center;gap:4px}.ppw__patient-name svg{width:13px;height:13px;color:var(--text-tertiary)}.ppw__cancel-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:6px;color:var(--text-tertiary);cursor:pointer;transition:background .15s,color .15s}.ppw__cancel-btn svg{width:18px;height:18px}.ppw__cancel-btn:hover{background:var(--error-light);color:var(--destructive)}.ppw__steps{display:flex;align-items:center;padding:var(--space-4) var(--space-6);background:var(--bg-card);border-bottom:1px solid var(--border);gap:0;overflow-x:auto;width:100%}.ppw__step{display:flex;flex-direction:column;align-items:center;gap:6px;flex:0 0 auto;min-width:96px}.ppw__step-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-xs);font-weight:700;transition:all .2s}.ppw__step--pending .ppw__step-circle{background:var(--bg-page);border:2px solid var(--border);color:var(--text-tertiary)}.ppw__step--active .ppw__step-circle{background:var(--primary);border:2px solid var(--primary);color:var(--text-on-primary);box-shadow:0 0 0 3px var(--bg-highlight)}.ppw__step--done .ppw__step-circle{background:var(--success);border:2px solid var(--success);color:var(--text-on-primary)}.ppw__step-icon{display:flex;align-items:center;justify-content:center}.ppw__step-icon svg{width:14px;height:14px}.ppw__step-label{font-size:var(--font-size-2xs);font-weight:500;text-align:center;white-space:nowrap}.ppw__step--pending .ppw__step-label{color:var(--text-tertiary)}.ppw__step--active .ppw__step-label{color:var(--primary);font-weight:600}.ppw__step--done .ppw__step-label{color:var(--success)}.ppw__step-connector{height:2px;flex:1;background:var(--border);margin-bottom:18px;transition:background .2s}.ppw__step-connector--done{background:var(--success)}.ppw__body{padding:var(--space-6);min-height:420px;width:100%}.ppw__step-content{display:flex;flex-direction:column;gap:20px;width:100%}.ppw__step-header{display:flex;align-items:flex-start;gap:14px}.ppw__step-icon-wrap{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;flex-shrink:0}.ppw__step-icon-wrap svg{width:22px;height:22px}.ppw__step-icon-wrap--danger{background:var(--error-light);color:var(--destructive)}.ppw__step-icon-wrap--warning{background:var(--warning-light);color:var(--warning)}.ppw__step-icon-wrap--primary{background:var(--bg-highlight);color:var(--primary)}.ppw__step-icon-wrap--success{background:var(--success-light);color:var(--success)}.ppw__step-title{font-size:var(--font-size-base);font-weight:700;color:var(--text-primary);margin:0 0 var(--space-1)}.ppw__step-desc{font-size:var(--font-size-xs);color:var(--text-secondary);margin:0;line-height:1.5}.ppw__alert{display:flex;align-items:flex-start;gap:12px;padding:var(--space-3-5) var(--space-4);border-radius:10px;border:1px solid;width:100%}.ppw__alert--danger{background:var(--error-light);border-color:var(--error-border, var(--destructive));color:var(--error-dark, var(--destructive))}.ppw__alert--warning{background:var(--warning-light);border-color:var(--warning);color:var(--warning-dark, var(--warning))}.ppw__alert--success{background:var(--success-light);border-color:var(--success);color:var(--success-dark, var(--success))}.ppw__alert-icon{display:flex;align-items:center;flex-shrink:0;margin-top:var(--space-0)}.ppw__alert-icon svg{width:18px;height:18px}.ppw__alert-body{flex:1}.ppw__alert-title{display:block;font-size:var(--font-size-xs);font-weight:700;margin-bottom:var(--space-0-5)}.ppw__alert-text{font-size:var(--font-size-xs);line-height:1.5}.ppw__question-list{display:flex;flex-direction:column;gap:10px}.ppw__question-row{background:var(--bg-page);border:1px solid var(--border);border-radius:10px;padding:var(--space-3-5) var(--space-4);transition:border-color .15s}.ppw__question-row--flagged{border-color:var(--error-border, var(--error-light));background:var(--error-light)}.ppw__question-text{font-size:var(--font-size-sm);color:var(--text-primary);margin:0 0 10px;font-weight:500}.ppw__yn-group{display:flex;gap:8px}.ppw__yn-btn{display:flex;align-items:center;gap:6px;padding:var(--space-1-5) var(--space-3-5);border:1px solid var(--border);border-radius:6px;background:var(--bg-card);font-size:var(--font-size-xs);font-weight:500;cursor:pointer;transition:all .15s;color:var(--text-secondary)}.ppw__yn-btn svg{width:14px;height:14px}.ppw__yn-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--bg-highlight)}.ppw__yn-btn--active-yes{background:var(--error-light);border-color:var(--destructive);color:var(--destructive);font-weight:600}.ppw__yn-btn--active-no{background:var(--success-light);border-color:var(--success);color:var(--success);font-weight:600}.ppw__conduct{margin-top:var(--space-2-5);padding:var(--space-2-5) var(--space-3);background:var(--error-light);border-left:3px solid var(--destructive);border-radius:0 6px 6px 0;font-size:12.5px;color:var(--error-dark, var(--destructive));line-height:1.5;animation:ppw-fade-in .18s ease-out}.ppw__conduct strong{font-weight:700}@keyframes ppw-fade-in{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.ppw__washout-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:10px}.ppw__washout-table{width:100%;border-collapse:collapse;font-size:13.5px}.ppw__washout-table thead{background:var(--bg-page)}.ppw__washout-table thead th{padding:11px var(--space-3-5);font-size:var(--font-size-2xs);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.ppw__washout-table tbody tr{border-bottom:1px solid var(--border);transition:background .1s}.ppw__washout-table tbody tr:last-child{border-bottom:none}.ppw__washout-table tbody tr:hover{background:var(--bg-card-hover)}.ppw__washout-table tbody tr.ppw__washout-row--ok{background:var(--success-light)}.ppw__washout-table tbody tr.ppw__washout-row--pending{background:var(--error-light)}.ppw__washout-table td{padding:11px var(--space-3-5);vertical-align:middle}.ppw__col-washout,.ppw__col-status{width:130px}.ppw__col-action{width:170px}.ppw__med-name{color:var(--text-primary);font-weight:500}.ppw__med-washout{white-space:nowrap}.ppw__washout-badge{display:inline-block;padding:var(--space-0-5) var(--space-2);background:var(--bg-page);border:1px solid var(--border);border-radius:var(--radius-4xl);font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);white-space:nowrap}.ppw__status-ok,.ppw__status-pending,.ppw__status-unknown{display:flex;align-items:center;gap:4px;font-size:12.5px;font-weight:600;white-space:nowrap}.ppw__status-ok svg,.ppw__status-pending svg,.ppw__status-unknown svg{width:14px;height:14px}.ppw__status-ok{color:var(--success)}.ppw__status-pending{color:var(--destructive)}.ppw__status-unknown{color:var(--text-tertiary)}.ppw__toggle-group{display:flex;gap:6px}.ppw__toggle-btn{display:flex;align-items:center;gap:4px;padding:5px var(--space-2-5);border:1px solid var(--border);border-radius:6px;background:var(--bg-card);font-size:var(--font-size-xs);font-weight:500;cursor:pointer;transition:all .15s;color:var(--text-secondary)}.ppw__toggle-btn svg{width:13px;height:13px}.ppw__toggle-btn:hover{border-color:var(--primary);color:var(--primary)}.ppw__toggle-btn--yes{background:var(--success-light);border-color:var(--success);color:var(--success);font-weight:600}.ppw__toggle-btn--no{background:var(--error-light);border-color:var(--destructive);color:var(--destructive);font-weight:600}.ppw__info-banner{display:flex;align-items:flex-start;gap:10px;padding:var(--space-3) var(--space-3-5);background:var(--bg-highlight);border:1px solid var(--primary);border-radius:10px;font-size:var(--font-size-xs);color:var(--info-dark, var(--primary));line-height:1.5}.ppw__info-banner svg{width:16px;height:16px;flex-shrink:0;margin-top:var(--space-0)}.ppw__checklist{display:flex;flex-direction:column;gap:8px}.ppw__checklist-item{display:flex;align-items:flex-start;gap:12px;padding:var(--space-3-5) var(--space-4);background:var(--bg-page);border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:all .15s}.ppw__checklist-item:hover{border-color:var(--text-tertiary)}.ppw__checklist-item--done{background:var(--success-light);border-color:var(--success)}.ppw__check-box{width:22px;height:22px;border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:all .15s}.ppw__check-box svg{width:13px;height:13px}.ppw__check-box--checked{background:var(--success);border-color:var(--success);color:var(--text-on-primary)}.ppw__check-box:hover:not(.ppw__check-box--checked){border-color:var(--success)}.ppw__checklist-content{display:flex;flex-direction:column;gap:2px;flex:1}.ppw__checklist-question{font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary)}.ppw__checklist-info{font-size:var(--font-size-xs);color:var(--text-secondary);line-height:1.4}.ppw__progress-wrap{margin-top:var(--space-1)}.ppw__progress-label{display:flex;justify-content:space-between;font-size:var(--font-size-xs);color:var(--text-secondary);margin-bottom:var(--space-1-5);font-weight:500}.ppw__progress-bar{height:6px;background:var(--border);border-radius:var(--radius-full);overflow:hidden}.ppw__progress-fill{height:100%;background:var(--primary);border-radius:var(--radius-full);transition:width .3s ease}.ppw__progress-fill--complete{background:var(--success)}.ppw__overall-status{display:flex;align-items:center;gap:14px;padding:var(--space-4) var(--space-5);border-radius:10px;border:2px solid}.ppw__overall-status svg{width:32px;height:32px;flex-shrink:0}.ppw__overall-status--ok{background:var(--success-light);border-color:var(--success);color:var(--success-dark, var(--success))}.ppw__overall-status--warning{background:var(--warning-light);border-color:var(--warning);color:var(--warning-dark, var(--warning))}.ppw__overall-status--blocked{background:var(--error-light);border-color:var(--destructive);color:var(--error-dark, var(--destructive))}.ppw__overall-label{font-size:var(--font-size-base);font-weight:700;margin-bottom:var(--space-0-5)}.ppw__overall-sublabel{font-size:var(--font-size-xs);opacity:.85}.ppw__summary-card{border:1px solid var(--border);border-radius:10px;overflow:hidden}.ppw__summary-card-header{display:flex;align-items:center;gap:8px;padding:var(--space-2-5) var(--space-3-5);background:var(--bg-page);border-bottom:1px solid var(--border)}.ppw__summary-card-header svg{width:16px;height:16px;color:var(--text-secondary)}.ppw__summary-card-header h4{font-size:var(--font-size-xs);font-weight:700;color:var(--text-primary);margin:0}.ppw__summary-grid{display:grid;grid-template-columns:1fr 1fr;padding:var(--space-3) var(--space-3-5);gap:8px}.ppw__summary-field{display:flex;flex-direction:column;gap:2px}.ppw__summary-key{font-size:var(--font-size-2xs);font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary)}.ppw__summary-value{font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary)}.ppw__summary-section{border:1px solid var(--border);border-radius:10px;overflow:hidden}.ppw__summary-section-header{display:flex;align-items:center;gap:8px;padding:var(--space-2-5) var(--space-3-5);border-bottom:1px solid var(--border)}.ppw__summary-section-header svg{width:16px;height:16px;flex-shrink:0}.ppw__summary-section-header h4{font-size:var(--font-size-xs);font-weight:700;margin:0;flex:1}.ppw__summary-section-header--ok{background:var(--success-light);color:var(--success-dark, var(--success))}.ppw__summary-section-header--ok h4{color:var(--text-primary)}.ppw__summary-section-header--danger{background:var(--error-light);color:var(--error-dark, var(--destructive))}.ppw__summary-section-header--danger h4{color:var(--text-primary)}.ppw__summary-section-header--warning{background:var(--warning-light);color:var(--warning-dark, var(--warning))}.ppw__summary-section-header--warning h4{color:var(--text-primary)}.ppw__summary-badge{font-size:var(--font-size-2xs);font-weight:700;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-4xl);background:var(--bg-page);color:var(--text-secondary)}.ppw__summary-list{margin:0;padding:12px 14px 12px 30px;list-style:disc;font-size:var(--font-size-xs)}.ppw__summary-list li{margin-bottom:var(--space-1)}.ppw__summary-list li:last-child{margin-bottom:0}.ppw__summary-list--danger{color:var(--error-dark, var(--destructive))}.ppw__summary-list--warning{color:var(--warning-dark, var(--warning))}.ppw__summary-ok-text{padding:var(--space-3) var(--space-3-5);font-size:var(--font-size-xs);color:var(--text-secondary);margin:0}.ppw__summary-checklist{margin:0;padding:var(--space-2-5) var(--space-3-5);list-style:none;display:flex;flex-direction:column;gap:6px}.ppw__summary-checklist li{display:flex;align-items:center;gap:8px;font-size:var(--font-size-xs)}.ppw__summary-checklist li svg{width:14px;height:14px;flex-shrink:0}.ppw__summary-check-ok{color:var(--success)}.ppw__summary-check-ok svg{color:var(--success)}.ppw__summary-check-pending{color:var(--destructive)}.ppw__summary-check-pending svg{color:var(--destructive)}.ppw__footer{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-6);border-top:1px solid var(--border);background:var(--bg-page);gap:12px}.ppw__footer-left,.ppw__footer-right{display:flex;align-items:center;gap:10px}.ppw__btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:6px;font-size:var(--font-size-sm);font-weight:600;border:1px solid transparent;cursor:pointer;transition:all .15s;white-space:nowrap}.ppw__btn svg{width:16px;height:16px}.ppw__btn--primary{background:var(--primary);color:var(--text-on-primary);border-color:var(--primary)}.ppw__btn--primary:hover:not(.ppw__btn--disabled){filter:brightness(1.1)}.ppw__btn--secondary{background:var(--bg-card);color:var(--text-primary);border-color:var(--border)}.ppw__btn--secondary:hover{background:var(--bg-page);border-color:var(--text-tertiary)}.ppw__btn--ghost{background:transparent;color:var(--text-secondary);border-color:transparent}.ppw__btn--ghost:hover{background:var(--bg-page);color:var(--text-primary)}.ppw__btn--disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.ppw__header{padding:var(--space-3-5) var(--space-4)}.ppw__steps{padding:var(--space-3) var(--space-4);gap:0}.ppw__body{padding:var(--space-4)}.ppw__footer{padding:var(--space-3) var(--space-4);flex-direction:column;align-items:stretch}.ppw__footer-left,.ppw__footer-right{justify-content:center}.ppw__step-label{display:none}.ppw__summary-grid{grid-template-columns:1fr}.ppw__washout-table{font-size:var(--font-size-xs)}.ppw__washout-table .ppw__col-status{display:none}}@media print{.ppw__footer,.ppw__cancel-btn{display:none}.ppw{box-shadow:none;border:1px solid var(--border-input)}}.consent-signature{max-width:720px;margin:0 auto;padding:var(--space-6);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.consent-signature__header{display:flex;align-items:center;gap:16px;margin-bottom:var(--space-6);padding:var(--space-5) var(--space-6);background:var(--bg-card);border-radius:var(--radius-2xl);border:1px solid var(--border)}.consent-signature__header-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--radius-2xl);background:var(--success-bg);color:var(--success);flex-shrink:0}.consent-signature__header-icon svg{width:24px;height:24px}.consent-signature__header-text{flex:1;min-width:0}.consent-signature__title{font-size:var(--font-size-xl);font-weight:700;color:var(--text-primary);margin:0 0 var(--space-1) 0;line-height:1.3}.consent-signature__procedure-badge{display:inline-block;font-size:var(--font-size-xs);font-weight:600;color:var(--info);background:var(--info-light);padding:var(--space-0-5) var(--space-2-5);border-radius:var(--radius-full);letter-spacing:.02em}.consent-signature__section{background:var(--bg-card);border-radius:var(--radius-2xl);border:1px solid var(--border);padding:var(--space-5) var(--space-6);margin-bottom:var(--space-4)}.consent-signature__section-header{display:flex;align-items:center;gap:12px;margin-bottom:var(--space-4)}.consent-signature__section-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--primary);color:var(--text-on-primary);font-size:var(--font-size-xs);font-weight:700;flex-shrink:0}.consent-signature__section-title{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin:0;flex:1}.consent-signature__read-badge{display:inline-flex;align-items:center;gap:4px;font-size:var(--font-size-xs);font-weight:600;color:var(--success);background:var(--success-light);padding:var(--space-1) var(--space-2-5);border-radius:var(--radius-full);flex-shrink:0}.consent-signature__read-badge svg{width:14px;height:14px}.consent-signature__term-content{max-height:320px;overflow-y:auto;padding:var(--space-4);background:var(--bg-card-hover);border:1px solid var(--border);border-radius:var(--radius-lg);font-size:var(--font-size-sm);line-height:1.7;color:var(--text-primary)}.consent-signature__term-content h1,.consent-signature__term-content h2,.consent-signature__term-content h3,.consent-signature__term-content h4,.consent-signature__term-content h5,.consent-signature__term-content h6{color:var(--text-primary);margin-top:var(--space-4);margin-bottom:var(--space-2)}.consent-signature__term-content h3{font-size:var(--font-size-sm)}.consent-signature__term-content p{margin-bottom:var(--space-2-5)}.consent-signature__term-content ul,.consent-signature__term-content ol{padding-left:var(--space-5);margin-bottom:var(--space-2-5)}.consent-signature__term-content strong{font-weight:600;color:var(--text-primary)}.consent-signature__term-content::-webkit-scrollbar{width:6px}.consent-signature__term-content::-webkit-scrollbar-track{background:transparent}.consent-signature__term-content::-webkit-scrollbar-thumb{background:var(--border-input);border-radius:var(--radius-xs)}.consent-signature__scroll-hint{text-align:center;padding:var(--space-2-5);font-size:var(--font-size-xs);color:var(--text-tertiary);font-style:italic;animation:pulse-hint 2s ease-in-out infinite}@keyframes pulse-hint{0%,to{opacity:.6}50%{opacity:1}}.consent-signature__pdf-link{display:inline-flex;align-items:center;gap:6px;margin-top:var(--space-3);font-size:var(--font-size-xs);font-weight:500;color:var(--primary);text-decoration:none}.consent-signature__pdf-link:hover{text-decoration:underline}.consent-signature__pdf-link svg{width:14px;height:14px}.consent-signature__declarations{display:flex;flex-direction:column;gap:10px;margin-bottom:var(--space-5)}.consent-signature__declaration{display:flex;align-items:flex-start;gap:12px;padding:var(--space-3) var(--space-3-5);border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-card);cursor:pointer;transition:all .15s ease}.consent-signature__declaration:hover{border-color:var(--border-input);background:var(--bg-card-hover)}.consent-signature__declaration--checked{border-color:var(--success-light);background:var(--success-bg)}.consent-signature__declaration--checked .consent-signature__checkbox{background:var(--success);border-color:var(--success)}.consent-signature__checkbox{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:2px solid var(--border-input);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--text-on-primary);flex-shrink:0;margin-top:var(--space-0);cursor:pointer;transition:all .15s ease;outline:none}.consent-signature__checkbox svg{width:14px;height:14px}.consent-signature__checkbox:focus-visible{box-shadow:0 0 0 2px #2b7a6f40}.consent-signature__declaration-text{font-size:var(--font-size-sm);color:var(--text-primary);line-height:1.5;cursor:pointer;-webkit-user-select:none;user-select:none}.consent-signature__signer-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 600px){.consent-signature__signer-fields{grid-template-columns:1fr}}.consent-signature__field{display:flex;flex-direction:column;gap:6px}.consent-signature__field-label{display:flex;align-items:center;gap:6px;font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em}.consent-signature__field-label svg{width:14px;height:14px}.consent-signature__input,.consent-signature__select{width:100%;padding:var(--space-2-5) var(--space-3-5);border:1px solid var(--border-input);border-radius:var(--radius-lg);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--bg-card);transition:border-color .15s ease;outline:none}.consent-signature__input::placeholder,.consent-signature__select::placeholder{color:var(--text-tertiary)}.consent-signature__input:focus,.consent-signature__select:focus{border-color:var(--primary);box-shadow:0 0 0 2px #2b7a6f20}.consent-signature__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.consent-signature__minor-notice{font-size:var(--font-size-xs);color:var(--warning);font-weight:500;margin-top:var(--space-0-5)}.consent-signature__canvas-wrapper{position:relative;border:2px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;background:var(--bg-card);cursor:crosshair}.consent-signature__canvas-wrapper:hover{border-color:var(--border-input)}.consent-signature__canvas{display:block;width:100%}.consent-signature__canvas-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--border-input);pointer-events:none;-webkit-user-select:none;user-select:none}.consent-signature__canvas-placeholder svg{width:32px;height:32px}.consent-signature__canvas-placeholder span{font-size:var(--font-size-sm);font-weight:500}.consent-signature__canvas-actions{display:flex;justify-content:flex-end;margin-top:var(--space-2-5)}.consent-signature__btn{display:inline-flex;align-items:center;gap:8px;padding:var(--space-2-5) var(--space-5);border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:600;border:none;cursor:pointer;transition:all .15s ease;outline:none;white-space:nowrap}.consent-signature__btn svg{width:16px;height:16px}.consent-signature__btn:focus-visible{box-shadow:0 0 0 2px #2b7a6f40}.consent-signature__btn:disabled{opacity:.5;cursor:not-allowed}.consent-signature__btn--primary{background:var(--success);color:var(--text-on-primary)}.consent-signature__btn--primary:hover:not(:disabled){background:var(--success)}.consent-signature__btn--secondary{background:var(--muted);color:var(--text-primary)}.consent-signature__btn--secondary:hover{background:var(--border)}.consent-signature__btn--outline{background:transparent;color:var(--text-secondary);border:1px solid var(--border-input)}.consent-signature__btn--outline:hover:not(:disabled){background:var(--bg-card-hover);border-color:var(--text-tertiary)}.consent-signature__btn--ghost{background:transparent;color:var(--text-secondary)}.consent-signature__btn--ghost:hover{background:var(--muted);color:var(--text-primary)}.consent-signature__btn--disabled{opacity:.5;cursor:not-allowed}.consent-signature__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:var(--space-5) var(--space-6);background:var(--bg-card);border-radius:var(--radius-2xl);border:1px solid var(--border);margin-bottom:var(--space-4)}@media (max-width: 600px){.consent-signature__actions{flex-direction:column}.consent-signature__actions .consent-signature__btn{width:100%;justify-content:center}}.consent-signature__validation{padding:var(--space-3-5) 18px;background:var(--warning-bg);border:1px solid var(--warning-light);border-radius:var(--radius-xl);margin-bottom:var(--space-4)}.consent-signature__validation-title{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--warning-dark);margin-bottom:var(--space-2)}.consent-signature__validation-list{margin:0;padding:0 0 0 18px;list-style:disc}.consent-signature__validation-item{font-size:var(--font-size-xs);color:var(--warning-dark);line-height:1.6}.consent-signature__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:var(--space-6)}.consent-signature__modal{background:var(--bg-card);border-radius:var(--radius-3xl);padding:var(--space-8);max-width:440px;width:100%;text-align:center;box-shadow:0 20px 60px #00000026}.consent-signature__modal-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:var(--success-bg);color:var(--success);margin:0 auto 16px}.consent-signature__modal-icon svg{width:28px;height:28px}.consent-signature__modal-title{font-size:var(--font-size-lg);font-weight:700;color:var(--text-primary);margin:0 0 var(--space-2)}.consent-signature__modal-text{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.6;margin:0 0 var(--space-5)}.consent-signature__modal-info{text-align:left;background:var(--bg-card-hover);border-radius:var(--radius-lg);padding:var(--space-3-5) var(--space-4);margin-bottom:var(--space-6)}.consent-signature__modal-info div{font-size:var(--font-size-xs);color:var(--text-primary);line-height:1.8}.consent-signature__modal-info div strong{color:var(--text-primary)}.consent-signature__modal-actions{display:flex;gap:12px;justify-content:center}@media print{.consent-signature{padding:0;max-width:100%}.consent-signature__header,.consent-signature__section,.consent-signature__actions{border:none;box-shadow:none;page-break-inside:avoid}.consent-signature__term-content{max-height:none;overflow:visible;border:none;padding:0;background:transparent}.consent-signature__scroll-hint,.consent-signature__canvas-placeholder,.consent-signature__canvas-actions,.consent-signature__validation,.consent-signature__pdf-link,.consent-signature__actions .consent-signature__btn--secondary,.consent-signature__actions .consent-signature__btn--ghost,.consent-signature__actions .consent-signature__btn--primary{display:none!important}.consent-signature__canvas-wrapper{border:1px solid var(--text-primary)}.consent-signature__overlay{display:none!important}}@keyframes pulse-header{0%,to{opacity:1}50%{opacity:.85}}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.6}}@keyframes blink-samu{0%,to{background:var(--destructive)}50%{background:var(--error-dark)}}.ep{background:var(--bg-page);border-radius:10px;overflow:hidden;font-family:var(--font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);color:var(--text-primary);width:100%;max-width:1440px;margin:0 auto}.ep--finished .ep__header{animation:none;background:var(--bg-tooltip)}.ep--preview .ep__print-doc{display:block;border:2px dashed var(--primary);border-radius:10px;margin:var(--space-4) var(--space-4) 0;background:var(--bg-card);padding:0}.ep__print-doc{display:none;font-family:Arial,sans-serif;color:#000;background:#fff;font-size:11pt;line-height:1.4}@media print{.ep__print-doc{display:block!important;padding:0;background:#fff!important;color:#000!important}}.ep__print-header{display:flex;align-items:flex-start;justify-content:space-between;padding:var(--space-5) var(--space-6) var(--space-4);border-bottom:3px solid #dc2626;background:#fff}@media print{.ep__print-header{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ep__print-clinic{display:flex;align-items:center;gap:14px}.ep__print-logo-placeholder{width:52px;height:52px;border:2px solid #dc2626;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#dc2626;flex-shrink:0;background:#fef2f2}@media print{.ep__print-logo-placeholder{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ep__print-clinic-info{display:flex;flex-direction:column;gap:3px}.ep__print-clinic-name{font-size:16pt;font-weight:700;color:#111}.ep__print-clinic-sub{font-size:9pt;color:#dc2626;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media print{.ep__print-clinic-sub{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ep__print-meta{display:flex;flex-direction:column;gap:4px;text-align:right}.ep__print-meta-row{display:flex;gap:8px;justify-content:flex-end;font-size:10pt}.ep__print-meta-label{color:#666;font-weight:500}.ep__print-meta-value{color:#111;font-weight:700}.ep__print-divider{height:1px;background:#e5e7eb;margin:0 var(--space-6)}.ep__print-section{padding:14px 24px 16px;border-bottom:1px solid #e5e7eb}.ep__print-section:last-of-type{border-bottom:none}.ep__print-section-title{font-size:10pt;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#374151;margin:0 0 10px;padding-bottom:var(--space-1-5);border-bottom:1px solid #e5e7eb}.ep__print-patient-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:12px 16px;margin-bottom:var(--space-2-5)}.ep__print-patient-field{display:flex;flex-direction:column;gap:3px}.ep__print-field-label{font-size:8pt;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.ep__print-field-value{font-size:11pt;color:#111;font-weight:500;border-bottom:1px solid #d1d5db;padding-bottom:var(--space-0-5);min-height:20px}.ep__print-field-value--large{font-weight:700;font-size:12pt}.ep__print-field-value--highlight{font-weight:700;color:#dc2626}@media print{.ep__print-field-value--highlight{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ep__print-allergies{display:flex;align-items:flex-start;gap:8px;padding:var(--space-2) var(--space-3);background:#fef2f2;border:1px solid #fca5a5;border-radius:var(--radius-md);margin-top:var(--space-2)}@media print{.ep__print-allergies{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ep__print-allergies .ep__print-field-label{white-space:nowrap;color:#dc2626}.ep__print-allergies-value{font-size:10pt;color:#dc2626;font-weight:600}.ep__print-reaction-box{display:flex;align-items:flex-start;gap:12px;padding:var(--space-2-5) var(--space-3-5);border:1px solid #e5e7eb;border-radius:var(--radius-md);background:#f9fafb}.ep__print-reaction-badge{padding:var(--space-0-5) var(--space-2-5);border-radius:var(--radius-4xl);font-size:9pt;font-weight:700;text-transform:uppercase;white-space:nowrap;flex-shrink:0}@media print{.ep__print-reaction-badge{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ep__print-reaction-badge--critical{background:#7f1d1d;color:#fff}.ep__print-reaction-badge--high{background:#9a3412;color:#fff}.ep__print-reaction-badge--medium{background:#854d0e;color:#fff}.ep__print-reaction-badge--low{background:#166534;color:#fff}.ep__print-reaction-name{font-size:12pt;font-weight:700;color:#111}.ep__print-reaction-desc{font-size:10pt;color:#4b5563;margin:var(--space-1) 0 0}.ep__print-empty-field{font-size:10pt;color:#9ca3af;font-style:italic}.ep__print-abcm-table{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:var(--radius-md);overflow:hidden}.ep__print-abcm-row{display:flex;align-items:flex-start;gap:12px;padding:var(--space-2) var(--space-3-5);border-bottom:1px solid #e5e7eb}.ep__print-abcm-row:last-child{border-bottom:none}.ep__print-abcm-row--done{background:#f0fdf4}@media print{.ep__print-abcm-row--done{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ep__print-abcm-check{font-size:16pt;font-weight:700;color:#9ca3af;flex-shrink:0;line-height:1;margin-top:var(--space-0)}.ep__print-abcm-row--done .ep__print-abcm-check{color:#16a34a}.ep__print-abcm-letter{font-size:16pt;font-weight:800;color:#374151;flex-shrink:0;line-height:1}.ep__print-abcm-content{display:flex;flex-direction:column;gap:2px}.ep__print-abcm-content strong{font-size:10pt;color:#111}.ep__print-abcm-content span{font-size:9pt;color:#6b7280}.ep__print-conduct-list{padding-left:22px;margin:0;display:flex;flex-direction:column;gap:5px}.ep__print-conduct-list li{font-size:10pt;color:#111;line-height:1.5}.ep__print-table{width:100%;border-collapse:collapse;font-size:10pt}.ep__print-table th{background:#f3f4f6;color:#374151;font-weight:700;text-align:left;padding:7px var(--space-2-5);border:1px solid #d1d5db;font-size:9pt;text-transform:uppercase;letter-spacing:.3px}@media print{.ep__print-table th{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ep__print-table td{padding:7px var(--space-2-5);border:1px solid #e5e7eb;color:#111;vertical-align:top}.ep__print-table tbody tr:nth-child(2n) td{background:#f9fafb}@media print{.ep__print-table tbody tr:nth-child(2n) td{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ep__print-table--empty tbody tr td{background:#fff}.ep__print-table-empty{text-align:center;color:#9ca3af;font-style:italic;padding:var(--space-3)!important}.ep__print-timeline{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.ep__print-timeline-item{display:flex;align-items:flex-start;gap:14px;padding:5px var(--space-2);border-radius:var(--radius-sm)}.ep__print-timeline-item:nth-child(2n){background:#f9fafb}@media print{.ep__print-timeline-item:nth-child(2n){-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ep__print-timeline-time{font-family:Courier New,monospace;font-size:9pt;font-weight:700;color:#2b7a6f;white-space:nowrap;flex-shrink:0;min-width:60px}@media print{.ep__print-timeline-time{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ep__print-timeline-text{font-size:10pt;color:#111;line-height:1.4}.ep__print-signature-section{display:flex;gap:48px;padding:var(--space-6) var(--space-6) var(--space-5);border-top:1px solid #e5e7eb;margin-top:var(--space-2)}.ep__print-signature-block{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px}.ep__print-signature-line{width:100%;height:1px;background:#111;margin-bottom:var(--space-1-5)}.ep__print-signature-name{font-size:11pt;font-weight:700;color:#111;text-align:center}.ep__print-signature-crm{font-size:9pt;color:#4b5563;text-align:center}.ep__print-signature-label{font-size:9pt;color:#6b7280;text-align:center;font-style:italic}.ep__print-footer{display:flex;align-items:center;justify-content:space-between;padding:var(--space-2-5) var(--space-6);border-top:1px solid #e5e7eb;background:#f9fafb;font-size:8pt;color:#9ca3af}@media print{.ep__print-footer{-webkit-print-color-adjust:exact;print-color-adjust:exact}}@media print{.ep__screen{display:none!important}}.ep__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:var(--space-4) var(--space-6);background:var(--destructive);animation:pulse-header 2s ease-in-out infinite;flex-wrap:wrap}.ep__header-left{display:flex;align-items:center;gap:14px}.ep__header-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#fff3;border-radius:50%;flex-shrink:0;color:var(--text-on-primary, #fff)}.ep__header-icon svg{width:24px;height:24px}.ep__title{font-size:var(--font-size-xl);font-weight:700;color:var(--text-on-primary, #fff);margin:0;letter-spacing:-.3px}.ep__subtitle{display:flex;align-items:center;gap:6px;font-size:var(--font-size-xs);color:#ffffffd9;margin:3px 0 0}.ep__subtitle svg{width:14px;height:14px}.ep__header-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ep__timer{display:flex;flex-direction:column;align-items:center;background:#0003;border-radius:var(--radius-lg);padding:var(--space-2) var(--space-3-5)}.ep__timer-icon{display:none}.ep__timer-value{font-size:22px;font-weight:700;color:var(--text-on-primary, #fff);font-variant-numeric:tabular-nums;letter-spacing:2px;line-height:1}.ep__timer-label{font-size:var(--font-size-2xs);color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;margin-top:var(--space-0-5)}.ep__samu-btn{display:inline-flex;align-items:center;gap:8px;padding:var(--space-2-5) 18px;background:var(--bg-card);color:var(--destructive);border-radius:var(--radius-lg);font-weight:700;font-size:var(--font-size-sm);text-decoration:none;border:2px solid rgba(255,255,255,.5);cursor:pointer;transition:background .15s,transform .1s}.ep__samu-btn:hover{background:var(--error-light);transform:scale(1.03)}.ep__samu-btn svg{width:18px;height:18px}.ep__weight-bar{display:flex;align-items:center;gap:12px;padding:var(--space-3-5) var(--space-6);background:var(--bg-card);border-bottom:2px solid var(--border);flex-wrap:wrap}.ep__weight-label{display:flex;align-items:center;gap:8px;font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary);white-space:nowrap}.ep__weight-label svg{width:18px;height:18px;color:var(--primary)}.ep__weight-input{width:100px;padding:var(--space-2) var(--space-3);border:2px solid var(--border);border-radius:var(--radius-lg);font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);outline:none;transition:border-color .15s;background:var(--bg-input)}.ep__weight-input:focus{border-color:var(--primary)}.ep__weight-ok{display:flex;align-items:center;gap:6px;font-size:var(--font-size-xs);color:var(--success);font-weight:500}.ep__weight-ok svg{width:16px;height:16px}.ep__weight-warn{display:flex;align-items:center;gap:6px;font-size:var(--font-size-xs);color:var(--warning);font-weight:500}.ep__weight-warn svg{width:16px;height:16px}.ep__allergy-tag{display:flex;align-items:center;gap:6px;padding:5px var(--space-3);background:var(--error-light);border:1px solid rgba(239,68,68,.4);border-radius:var(--radius-4xl);font-size:var(--font-size-xs);color:var(--destructive);font-weight:500}.ep__allergy-tag svg{width:14px;height:14px;flex-shrink:0}.ep__body{padding:var(--space-5) var(--space-6);display:flex;flex-direction:column;gap:24px}.ep__section{background:var(--bg-card);border-radius:10px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;overflow:hidden}.ep__section--conduct{border:2px solid rgba(239,68,68,.4)}.ep__section-title{display:flex;align-items:center;gap:10px;font-size:var(--font-size-sm);font-weight:700;color:var(--text-primary);padding:var(--space-3-5) 18px;margin:0;background:var(--bg-page);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.5px}.ep__section-title svg{width:18px;height:18px;color:var(--primary);flex-shrink:0}.ep__section-title--critical{background:#fef2f2;color:#7f1d1d;border-bottom-color:#f87171}.ep__section-title--critical svg{color:#7f1d1d}.ep__section-title--high{background:#fff7ed;color:#9a3412;border-bottom-color:#fdba74}.ep__section-title--high svg{color:#9a3412}.ep__section-title--medium{background:#fefce8;color:#854d0e;border-bottom-color:#fde047}.ep__section-title--medium svg{color:#854d0e}.ep__section-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;background:var(--primary);color:var(--text-on-primary);border-radius:var(--radius-4xl);font-size:var(--font-size-2xs);font-weight:700;padding:0 6px;letter-spacing:0;text-transform:none}.ep__section-add-btn{display:inline-flex;align-items:center;gap:6px;margin-left:auto;padding:5px var(--space-3);background:var(--primary);color:var(--text-on-primary);border:none;border-radius:var(--radius-md);font-size:var(--font-size-xs);font-weight:600;cursor:pointer;transition:background .15s;text-transform:none;letter-spacing:0}.ep__section-add-btn:hover{background:var(--primary-dark)}.ep__section-add-btn svg{width:14px;height:14px;color:var(--text-on-primary)}.ep__abcm-progress{margin-left:auto;font-size:var(--font-size-lg);font-weight:700;color:var(--primary);letter-spacing:0;text-transform:none}.ep__vital-form{padding:var(--space-4) 18px;background:var(--primary-bg-light);border-bottom:1px solid var(--border)}.ep__vital-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin-bottom:var(--space-3-5)}.ep__vital-form-field{display:flex;flex-direction:column;gap:5px}.ep__vital-form-field label{font-size:var(--font-size-2xs);font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px}.ep__vital-form-field input{padding:var(--space-2) var(--space-2-5);border:1.5px solid var(--border);border-radius:var(--radius-md);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--bg-card);outline:none;transition:border-color .15s}.ep__vital-form-field input:focus{border-color:var(--primary)}.ep__vital-form-actions{display:flex;gap:10px;align-items:center}.ep__table-wrapper{padding:var(--space-3) 18px;overflow-x:auto}.ep__data-table{width:100%;border-collapse:collapse;font-size:var(--font-size-xs)}.ep__data-table th{background:var(--bg-page);color:var(--text-secondary);font-weight:700;font-size:var(--font-size-2xs);text-transform:uppercase;letter-spacing:.3px;text-align:left;padding:var(--space-2) var(--space-2-5);border-bottom:2px solid var(--border)}.ep__data-table td{padding:var(--space-2) var(--space-2-5);border-bottom:1px solid var(--border);color:var(--text-primary);vertical-align:middle}.ep__data-table tbody tr:last-child td{border-bottom:none}.ep__data-table tbody tr:hover td{background:var(--bg-page)}.ep__td-time{font-variant-numeric:tabular-nums;font-weight:600;color:var(--primary);white-space:nowrap}.ep__td-obs{color:var(--text-secondary);font-size:var(--font-size-xs)}.ep__td-alert{color:var(--destructive);font-weight:700}.ep__abcm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0}@media (max-width: 600px){.ep__abcm-grid{grid-template-columns:1fr}}.ep__abcm-item{display:flex;align-items:flex-start;gap:12px;padding:var(--space-3-5) 18px;background:var(--bg-card);border:none;border-bottom:1px solid var(--border);border-right:1px solid var(--border);cursor:pointer;text-align:left;transition:background .15s}.ep__abcm-item:nth-child(2n){border-right:none}.ep__abcm-item:nth-last-child(-n+2){border-bottom:none}.ep__abcm-item:hover{background:var(--bg-page)}.ep__abcm-item--done{background:var(--success-light)}.ep__abcm-item--done .ep__abcm-check svg{color:var(--success)}.ep__abcm-item--done .ep__abcm-letter{color:var(--success)}.ep__abcm-check svg{width:24px;height:24px;color:var(--text-tertiary);flex-shrink:0;margin-top:var(--space-0)}.ep__abcm-content{display:flex;flex-direction:column;gap:2px}.ep__abcm-letter{font-size:var(--font-size-base);font-weight:700;color:var(--text-primary);line-height:1}.ep__abcm-label{font-size:var(--font-size-xs);font-weight:600;color:var(--text-primary)}.ep__abcm-desc{font-size:var(--font-size-xs);color:var(--text-secondary);line-height:1.4}.ep__reaction-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}@media (max-width: 700px){.ep__reaction-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.ep__reaction-grid{grid-template-columns:1fr}}.ep__reaction-card{display:flex;flex-direction:column;gap:8px;padding:var(--space-4);background:var(--bg-card);border:none;border-bottom:1px solid var(--border);border-right:1px solid var(--border);cursor:pointer;text-align:left;position:relative;transition:background .15s,transform .1s}.ep__reaction-card:hover{background:var(--bg-page);z-index:1;transform:scale(1.01)}.ep__reaction-card--selected{background:var(--info-bg, #f5f3ff);border-color:var(--info)!important;box-shadow:inset 0 0 0 2px var(--info);z-index:2}.ep__reaction-card--urgent .ep__reaction-name{color:var(--destructive)}.ep__reaction-card--critical .ep__reaction-icon{color:#7f1d1d}.ep__reaction-card--critical{background:#fef2f2}.ep__reaction-card--high .ep__reaction-icon{color:#9a3412}.ep__reaction-card--high{background:#fff7ed}.ep__reaction-card--medium .ep__reaction-icon{color:#854d0e}.ep__reaction-card--medium{background:#fefce8}.ep__reaction-card--low .ep__reaction-icon{color:#166534}.ep__reaction-card--low{background:#f0fdf4}.ep__reaction-icon svg{width:28px;height:28px}.ep__reaction-info{flex:1;display:flex;flex-direction:column;gap:4px}.ep__reaction-name{font-size:var(--font-size-sm);font-weight:700;color:var(--text-primary);line-height:1.2}.ep__reaction-desc{font-size:var(--font-size-2xs);color:var(--text-secondary);line-height:1.4}.ep__reaction-symptoms{list-style:none;padding:0;margin:var(--space-1) 0 0;display:flex;flex-direction:column;gap:2px}.ep__reaction-symptoms li{font-size:var(--font-size-2xs);color:var(--text-secondary);padding-left:var(--space-2-5);position:relative}.ep__reaction-symptoms li:before{content:"•";position:absolute;left:0;color:var(--text-tertiary)}.ep__reaction-badge{position:absolute;top:10px;right:10px;font-size:var(--font-size-2xs);font-weight:700;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-4xl);text-transform:uppercase;letter-spacing:.5px}.ep__reaction-badge--critical{background:#7f1d1d;color:#fff}.ep__reaction-badge--high{background:#9a3412;color:#fff}.ep__reaction-badge--medium{background:#854d0e;color:#fff}.ep__reaction-badge--low{background:#166534;color:#fff}.ep__conduct-list{padding:var(--space-4) 18px;display:flex;flex-direction:column;gap:10px}.ep__conduct-item{display:flex;align-items:flex-start;gap:12px}.ep__conduct-num{display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:var(--destructive);color:var(--text-on-primary);border-radius:50%;font-size:var(--font-size-xs);font-weight:700;flex-shrink:0;margin-top:var(--space-0)}.ep__conduct-text{font-size:var(--font-size-sm);color:var(--text-primary);line-height:1.5;font-weight:500}.ep__doses{border-top:1px solid var(--border);padding:var(--space-4) 18px}.ep__doses-title{display:flex;align-items:center;gap:8px;font-size:var(--font-size-xs);font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 14px}.ep__doses-title svg{width:16px;height:16px;color:var(--primary)}.ep__doses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.ep__dose-card{border-radius:var(--radius-lg);padding:var(--space-3-5);display:flex;flex-direction:column;gap:4px;border:1px solid var(--border);background:var(--bg-card)}.ep__dose-card--danger{background:var(--error-light);border-color:#ef444466}.ep__dose-card--warning{background:var(--warning-light);border-color:#f59e0b66}.ep__dose-card--info{background:var(--info-light);border-color:#8b5cf666}.ep__dose-card--primary{background:var(--primary-bg-light);border-color:var(--primary-border-light)}.ep__dose-card--highlight{border-width:2px;border-color:var(--destructive);box-shadow:0 0 0 3px #ef44441a}.ep__dose-name{font-size:var(--font-size-xs);font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary)}.ep__dose-amount{font-size:var(--font-size-2xl);font-weight:800;color:var(--text-primary);line-height:1;margin:4px 0 2px}.ep__dose-detail{font-size:var(--font-size-xs);color:var(--text-secondary);font-weight:500}.ep__dose-route,.ep__dose-max{font-size:var(--font-size-2xs);color:var(--text-secondary)}.ep__dose-route strong,.ep__dose-max strong{color:var(--text-primary)}.ep__log{padding:var(--space-3) 18px;max-height:220px;overflow-y:auto}.ep__log-empty{font-size:var(--font-size-xs);color:var(--text-tertiary);text-align:center;padding:var(--space-4) 0;margin:0}.ep__log-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.ep__log-item{display:flex;align-items:flex-start;gap:12px;font-size:var(--font-size-xs);padding:var(--space-1-5) var(--space-2);border-radius:var(--radius-md);background:var(--bg-page)}.ep__log-time{font-variant-numeric:tabular-nums;font-weight:600;color:var(--primary);white-space:nowrap;flex-shrink:0}.ep__log-text{color:var(--text-primary);line-height:1.4}.ep__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:var(--space-4) 0 var(--space-1);flex-wrap:wrap}.ep__btn{display:inline-flex;align-items:center;gap:8px;padding:var(--space-2-5) var(--space-5);border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:600;cursor:pointer;transition:background .15s,transform .1s;border:none}.ep__btn svg{width:18px;height:18px}.ep__btn--outline{background:var(--bg-card);border:1.5px solid var(--border);color:var(--text-primary)}.ep__btn--outline:hover{background:var(--bg-page)}.ep__btn--primary{background:var(--primary);color:var(--text-on-primary);border:none}.ep__btn--primary:hover{background:var(--primary-dark)}.ep__btn--finish{background:var(--success);color:var(--text-on-primary)}.ep__btn--finish:hover{background:var(--success-dark)}.ep__finish-msg{display:flex;align-items:center;gap:8px;font-size:var(--font-size-sm);font-weight:600;color:var(--success)}.ep__finish-msg svg{width:20px;height:20px}@media print{@page{size:A4;margin:15mm 15mm 20mm}body{background:#fff!important;color:#000!important}.ep{max-width:100%!important;margin:0!important;box-shadow:none!important;background:#fff!important;border-radius:0!important;overflow:visible!important}.ep--preview .ep__print-doc{border:none!important;margin:0!important}.ep__print-doc{page-break-inside:auto}.ep__print-section{page-break-inside:avoid}.ep__print-signature-section{page-break-inside:avoid;page-break-before:avoid}.ep__print-table tr{page-break-inside:avoid}}.consentment-flow{max-width:640px;margin:0 auto}.consentment-flow__loading{text-align:center;padding:40px;color:var(--text-tertiary)}.consentment-flow__content{margin-top:24px}.consentment-flow__step{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:24px}.consentment-flow__step--success{text-align:center}.consentment-flow__step-title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:var(--text-primary);margin:0 0 12px}.consentment-flow__step-desc{color:var(--text-secondary);font-size:14px;margin:0 0 16px;line-height:1.5}.consentment-flow__term-scroll{max-height:350px;overflow-y:auto;padding:16px;background:var(--bg-hover-light);border:1px solid var(--border);border-radius:8px;font-size:14px;line-height:1.6;color:var(--text-primary);margin-bottom:12px}.consentment-flow__term-scroll h3{font-size:16px;margin-top:0}.consentment-flow__term-scroll h4{font-size:14px;margin-top:16px}.consentment-flow__term-scroll ul{padding-left:24px}.consentment-flow__scroll-hint{text-align:center;font-size:12px;color:var(--text-tertiary);padding:8px;animation:consent-pulse 2s ease-in-out infinite}@keyframes consent-pulse{0%,to{opacity:.5}50%{opacity:1}}.consentment-flow__checkbox{display:flex;align-items:center;gap:8px;font-size:14px;color:#5b21b6;font-weight:500;padding:8px}.consentment-flow__checkbox input{width:18px;height:18px;accent-color:#5B21B6}.consentment-flow__cpf-input{display:flex;flex-direction:column;gap:8px;max-width:280px}.consentment-flow__cpf-input input{padding:12px 16px;border:2px solid var(--border);border-radius:8px;font-size:18px;font-family:Courier New,monospace;text-align:center;letter-spacing:2px;outline:none;transition:border-color .2s;background:var(--bg-card);color:var(--text-primary)}.consentment-flow__cpf-input input:focus{border-color:#8b5cf6}.consentment-flow__cpf-input input.valid{border-color:var(--success);background:var(--success-bg)}.consentment-flow__cpf-input input.invalid{border-color:var(--error);background:var(--error-bg)}.consentment-flow__cpf-ok{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--success);font-weight:500}.consentment-flow__cpf-error{font-size:13px;color:var(--error)}.consentment-flow__canvas-wrapper{position:relative;border:2px solid var(--border);border-radius:10px;overflow:hidden;background:var(--bg-card);margin-bottom:10px;touch-action:none}.consentment-flow__canvas{width:100%;height:200px;cursor:crosshair;display:block}.consentment-flow__canvas-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--text-tertiary);font-size:18px;pointer-events:none}.consentment-flow__otp-input{display:flex;flex-direction:column;align-items:center;gap:12px}.consentment-flow__otp-field{padding:14px 20px;border:2px solid var(--border);border-radius:8px;font-size:24px;font-family:Courier New,monospace;text-align:center;letter-spacing:8px;width:200px;outline:none;background:var(--bg-card);color:var(--text-primary)}.consentment-flow__otp-field:focus{border-color:#8b5cf6}.consentment-flow__otp-timer{font-size:13px;color:var(--text-tertiary)}.consentment-flow__otp-error{font-size:13px;color:var(--error);font-weight:500}.consentment-flow__otp-success{display:flex;align-items:center;gap:8px;font-size:15px;color:var(--success);font-weight:600;padding:12px;background:var(--success-bg);border-radius:8px;justify-content:center}.consentment-flow__success-icon{margin-bottom:12px}.consentment-flow__success-icon svg{width:48px;height:48px;color:var(--success)}.consentment-flow__checklist{list-style:none;padding:0;margin:16px 0;text-align:left;display:inline-block}.consentment-flow__checklist li{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:14px;color:var(--text-primary)}.consentment-flow__checklist li svg{color:var(--success)}.consentment-flow__btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:8px;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:background .15s,opacity .15s}.consentment-flow__btn:disabled{opacity:.5;cursor:not-allowed}.consentment-flow__btn--primary{background:#7c3aed;color:#fff}.consentment-flow__btn--primary:hover:not(:disabled){background:#5b21b6}.consentment-flow__btn--secondary{background:var(--accent-blue);color:#5b21b6;border:1px solid #90cdf4}.consentment-flow__btn--secondary:hover:not(:disabled){background:var(--accent-blue);filter:brightness(.95)}.consentment-flow__btn--ghost{background:transparent;color:var(--text-tertiary)}.consentment-flow__btn--ghost:hover:not(:disabled){background:var(--bg-hover-light)}.consentment-flow__actions{display:flex;justify-content:space-between;margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.dbl-check__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:var(--bg-modal-overlay, rgba(0, 0, 0, .5));animation:dblCheckFadeIn .2s ease-out;padding:16px}.dbl-check__modal{background:var(--bg-card, #ffffff);border-radius:12px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000040;animation:dblCheckSlideIn .25s ease-out;border:1px solid var(--border-default, #e5e7eb)}.dbl-check__header{display:flex;align-items:center;gap:12px;padding:20px 24px 16px;border-bottom:2px solid var(--warning, #F59E0B);background:var(--warning-bg, rgba(245, 158, 11, .08));border-radius:12px 12px 0 0}.dbl-check__header-icon{font-size:28px;line-height:1}.dbl-check__title{font-size:18px;font-weight:700;color:var(--text-primary, #1a1a2e);margin:0;letter-spacing:.5px}.dbl-check__patient{padding:16px 24px}.dbl-check__patient-name{display:flex;align-items:center;gap:8px;font-size:15px;color:var(--text-primary, #1a1a2e);margin-bottom:4px}.dbl-check__patient-details{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary, #4b5563);padding-left:28px}.dbl-check__separator{color:var(--text-tertiary, #9ca3af)}.dbl-check__icon{font-size:18px;line-height:1}.dbl-check__divider{border:none;border-top:1px solid var(--border-default, #e5e7eb);margin:0 24px}.dbl-check__items{padding:16px 24px;display:flex;flex-direction:column;gap:14px}.dbl-check__item{display:flex;align-items:flex-start;gap:12px}.dbl-check__item-icon{font-size:20px;line-height:1;flex-shrink:0;margin-top:2px}.dbl-check__item-content{display:flex;flex-direction:column;gap:2px}.dbl-check__item-label{font-size:12px;font-weight:700;color:var(--text-secondary, #4b5563);text-transform:uppercase;letter-spacing:.5px}.dbl-check__item-value{font-size:15px;font-weight:500;color:var(--text-primary, #1a1a2e)}.dbl-check__item-type{font-size:12px;color:var(--text-tertiary, #9ca3af);font-style:italic}.dbl-check__allergies{display:flex;align-items:flex-start;gap:12px;padding:12px 24px;margin:0 24px 8px;background:var(--warning-bg, rgba(245, 158, 11, .08));border-radius:8px;border:1px solid var(--warning-light, #FEF3C7)}.dbl-check__allergies-icon{font-size:20px;line-height:1;flex-shrink:0}.dbl-check__allergies-content{display:flex;flex-direction:column;gap:2px}.dbl-check__allergies-label{font-size:12px;font-weight:700;color:var(--text-secondary, #4b5563);text-transform:uppercase;letter-spacing:.5px}.dbl-check__allergies-value{font-size:14px;color:var(--text-secondary, #4b5563)}.dbl-check__allergies-value--alert{color:var(--error, #EF4444);font-weight:600}.dbl-check__checks{padding:16px 24px;display:flex;flex-direction:column;gap:12px}.dbl-check__check-item{display:flex;align-items:center;gap:12px;cursor:pointer;padding:10px 12px;border-radius:8px;border:1px solid var(--border-default, #e5e7eb);transition:background .15s,border-color .15s;min-height:44px}.dbl-check__check-item:hover{background:var(--bg-card-hover, #f9fafb)}.dbl-check__check-item:has(.dbl-check__checkbox:checked){background:var(--success-bg, rgba(16, 185, 129, .08));border-color:var(--success, #10B981)}.dbl-check__checkbox{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.dbl-check__check-custom{width:22px;height:22px;min-width:22px;border-radius:4px;border:2px solid var(--border-default, #e5e7eb);background:var(--bg-input, #ffffff);display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s;position:relative}.dbl-check__check-custom:after{content:"";display:none;width:6px;height:11px;border:solid var(--text-on-primary, #fff);border-width:0 2.5px 2.5px 0;transform:rotate(45deg);position:absolute;top:2px;left:6px}.dbl-check__checkbox:checked+.dbl-check__check-custom{background:var(--success, #10B981);border-color:var(--success, #10B981)}.dbl-check__checkbox:checked+.dbl-check__check-custom:after{display:block}.dbl-check__checkbox:focus-visible+.dbl-check__check-custom{box-shadow:0 0 0 3px var(--ring, rgba(43, 122, 111, .3))}.dbl-check__check-label{font-size:14px;font-weight:500;color:var(--text-primary, #1a1a2e);-webkit-user-select:none;user-select:none}.dbl-check__actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px 20px}.dbl-check__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:background .15s,opacity .15s,transform .1s;min-height:44px}.dbl-check__btn:active{transform:scale(.98)}.dbl-check__btn--cancel{background:var(--muted, #f3f4f6);color:var(--text-secondary, #4b5563);border:1px solid var(--border-default, #e5e7eb)}.dbl-check__btn--cancel:hover{background:var(--bg-card-hover, #f9fafb)}.dbl-check__btn--confirm{background:var(--success, #10B981);color:var(--text-on-primary, #ffffff)}.dbl-check__btn--confirm:hover:not(:disabled){background:color-mix(in srgb,var(--success, #10B981) 85%,black)}.dbl-check__btn--confirm:disabled{opacity:.4;cursor:not-allowed}@keyframes dblCheckFadeIn{0%{opacity:0}to{opacity:1}}@keyframes dblCheckSlideIn{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 600px){.dbl-check__modal{max-width:100%;border-radius:12px 12px 0 0;max-height:95vh}.dbl-check__overlay{align-items:flex-end;padding:0}.dbl-check__header,.dbl-check__patient,.dbl-check__items,.dbl-check__checks,.dbl-check__actions{padding-left:16px;padding-right:16px}.dbl-check__allergies,.dbl-check__divider{margin-left:16px;margin-right:16px}.dbl-check__actions{flex-direction:column-reverse}.dbl-check__actions .dbl-check__btn{width:100%}}.tpo{background:var(--bg-card);border-radius:10px;box-shadow:0 4px 12px #0000001a;overflow:hidden;font-family:var(--font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);color:var(--text-primary);max-width:1440px;width:100%;margin:0 auto}.tpo__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--border);background:var(--bg-page)}.tpo__header--sticky{position:sticky;top:0;z-index:100}.tpo__header-left{display:flex;align-items:center;gap:12px}.tpo__header-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:var(--bg-highlight);color:var(--primary);flex-shrink:0}.tpo__header-icon svg{width:22px;height:22px}.tpo__title{font-size:var(--font-size-lg);font-weight:700;color:var(--text-primary);margin:0 0 2px}.tpo__patient-name{font-size:var(--font-size-xs);color:var(--text-secondary);margin:0;display:flex;align-items:center;gap:4px}.tpo__patient-name svg{width:13px;height:13px;color:var(--text-tertiary)}.tpo__cancel-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:6px;color:var(--text-tertiary);cursor:pointer;transition:background .15s,color .15s}.tpo__cancel-btn svg{width:18px;height:18px}.tpo__cancel-btn:hover{background:var(--error-light);color:var(--destructive)}.tpo__steps{display:flex;align-items:center;padding:var(--space-4) var(--space-6);background:var(--bg-card);border-bottom:1px solid var(--border);gap:0;overflow-x:auto}.tpo__steps::-webkit-scrollbar{height:4px}.tpo__steps::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-xs)}.tpo__step{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:56px;flex-shrink:0}.tpo__step-circle{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-xs);font-weight:700;transition:all .2s}.tpo__step--pending .tpo__step-circle{background:var(--bg-page);border:2px solid var(--border);color:var(--text-tertiary)}.tpo__step--active .tpo__step-circle{background:var(--primary);border:2px solid var(--primary);color:var(--text-on-primary);box-shadow:0 0 0 3px var(--bg-highlight)}.tpo__step--done .tpo__step-circle{background:var(--success);border:2px solid var(--success);color:var(--text-on-primary)}.tpo__step-icon{display:flex;align-items:center;justify-content:center}.tpo__step-icon svg{width:14px;height:14px}.tpo__step-label{font-size:var(--font-size-2xs);font-weight:500;text-align:center;white-space:nowrap}.tpo__step--pending .tpo__step-label{color:var(--text-tertiary)}.tpo__step--active .tpo__step-label{color:var(--primary);font-weight:600}.tpo__step--done .tpo__step-label{color:var(--success)}.tpo__step-connector{height:2px;flex:1;min-width:12px;background:var(--border);margin-bottom:18px;transition:background .2s}.tpo__step-connector--done{background:var(--success)}.tpo__body{padding:var(--space-6);min-height:400px}.tpo__step-content{display:flex;flex-direction:column;gap:20px}.tpo__step-header{display:flex;align-items:flex-start;gap:14px}.tpo__step-icon-wrap{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;flex-shrink:0}.tpo__step-icon-wrap svg{width:22px;height:22px}.tpo__step-icon-wrap--primary{background:var(--bg-highlight);color:var(--primary)}.tpo__step-icon-wrap--success{background:var(--success-light);color:var(--success)}.tpo__step-icon-wrap--danger{background:var(--error-light);color:var(--destructive)}.tpo__step-icon-wrap--warning{background:var(--warning-light);color:var(--warning)}.tpo__step-title{font-size:var(--font-size-base);font-weight:700;color:var(--text-primary);margin:0 0 var(--space-1)}.tpo__step-desc{font-size:var(--font-size-xs);color:var(--text-secondary);margin:0;line-height:1.5}.tpo__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 600px){.tpo__form-grid{grid-template-columns:1fr}}.tpo__field{display:flex;flex-direction:column;gap:6px;position:relative}.tpo__field--full{grid-column:1/-1}.tpo__label{font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary)}.tpo__input{height:40px;padding:0 var(--space-3);border:1px solid var(--border);border-radius:6px;font-size:var(--font-size-sm);color:var(--text-primary);background:var(--bg-card);transition:border-color .15s,box-shadow .15s;outline:none}.tpo__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--bg-highlight)}.tpo__input--mt{margin-top:var(--space-2)}.tpo__textarea{padding:var(--space-2-5) var(--space-3);border:1px solid var(--border);border-radius:6px;font-size:var(--font-size-sm);color:var(--text-primary);background:var(--bg-card);resize:vertical;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s}.tpo__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--bg-highlight)}.tpo__textarea--lg{min-height:100px}.tpo__select{height:40px;padding:0 var(--space-3);border:1px solid var(--border);border-radius:6px;font-size:var(--font-size-sm);color:var(--text-primary);background:var(--bg-card);outline:none;cursor:pointer}.tpo__select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--bg-highlight)}.tpo__suggestions{position:absolute;top:100%;left:0;right:0;z-index:10;list-style:none;margin:var(--space-1) 0 0;padding:var(--space-1) 0;background:var(--bg-card);border:1px solid var(--border);border-radius:6px;box-shadow:0 4px 12px #0000001a;max-height:200px;overflow-y:auto}.tpo__suggestion-item{padding:var(--space-2) var(--space-3);font-size:var(--font-size-sm);cursor:pointer;transition:background .1s}.tpo__suggestion-item:hover{background:var(--bg-highlight);color:var(--primary)}.tpo__radio-group{display:flex;flex-wrap:wrap;gap:8px}.tpo__radio{display:flex;align-items:center;gap:8px;padding:var(--space-2) var(--space-3-5);border:1px solid var(--border);border-radius:6px;font-size:var(--font-size-xs);cursor:pointer;transition:all .15s;background:var(--bg-card)}.tpo__radio input{display:none}.tpo__radio--active{border-color:var(--primary);background:var(--bg-highlight);color:var(--primary);font-weight:600}.tpo__radio-dot{width:16px;height:16px;border-radius:50%;border:2px solid var(--border);position:relative;flex-shrink:0;transition:all .15s}.tpo__radio--active .tpo__radio-dot{border-color:var(--primary)}.tpo__radio--active .tpo__radio-dot:after{content:"";position:absolute;top:3px;left:3px;width:6px;height:6px;border-radius:50%;background:var(--primary)}.tpo__number-stepper{display:flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:6px;overflow:hidden;width:fit-content}.tpo__stepper-btn{width:40px;height:40px;border:none;background:var(--bg-page);font-size:var(--font-size-lg);font-weight:700;color:var(--text-primary);cursor:pointer;transition:background .15s}.tpo__stepper-btn:hover:not(:disabled){background:var(--bg-highlight);color:var(--primary)}.tpo__stepper-btn:disabled{color:var(--text-tertiary);cursor:not-allowed}.tpo__stepper-value{width:48px;text-align:center;font-size:var(--font-size-base);font-weight:700;color:var(--text-primary);border-left:1px solid var(--border);border-right:1px solid var(--border);line-height:40px}.tpo__interval-options{display:flex;gap:8px}.tpo__interval-btn{padding:var(--space-2) var(--space-4);border:1px solid var(--border);border-radius:6px;background:var(--bg-card);font-size:var(--font-size-sm);font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .15s}.tpo__interval-btn:hover{border-color:var(--primary);color:var(--primary)}.tpo__interval-btn--active{border-color:var(--primary);background:var(--bg-highlight);color:var(--primary);font-weight:600}.tpo__dose-preview{background:var(--bg-page);border-radius:10px;padding:var(--space-4) var(--space-5);border:1px solid var(--border)}.tpo__dose-preview-title{font-size:var(--font-size-sm);font-weight:700;color:var(--text-primary);margin:0 0 var(--space-3)}.tpo__dose-preview-list{display:flex;flex-wrap:wrap;gap:8px}.tpo__dose-preview-item{display:flex;align-items:center;gap:6px;padding:var(--space-1-5) var(--space-3);background:var(--bg-card);border-radius:6px;border:1px solid var(--border)}.tpo__dose-preview-num{width:22px;height:22px;border-radius:50%;background:var(--primary);color:var(--text-on-primary);font-size:var(--font-size-2xs);font-weight:700;display:flex;align-items:center;justify-content:center}.tpo__dose-preview-amount{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary)}.tpo__dose-preview-pct{font-size:var(--font-size-xs);color:var(--text-tertiary)}.tpo__dose-preview-info{font-size:var(--font-size-xs);color:var(--text-secondary);margin:var(--space-3) 0 0}.tpo__dose-header{display:flex;align-items:center;gap:20px;padding:var(--space-5);background:var(--bg-page);border-radius:10px;border:1px solid var(--border)}.tpo__dose-badge{display:flex;flex-direction:column;align-items:center;gap:2px}.tpo__dose-badge-num{font-size:var(--font-size-base);font-weight:700;color:var(--primary)}.tpo__dose-badge-of{font-size:var(--font-size-xs);color:var(--text-tertiary)}.tpo__dose-amount-display{display:flex;flex-direction:column;gap:2px}.tpo__dose-amount-value{font-size:var(--font-size-4xl);font-weight:800;color:var(--text-primary);line-height:1.1}.tpo__dose-amount-pct{font-size:var(--font-size-sm);color:var(--text-secondary)}.tpo__timer{display:flex;flex-direction:column;align-items:center;gap:16px;padding:var(--space-5);background:var(--bg-page);border-radius:10px;border:1px solid var(--border);transition:border-color .3s,background .3s}.tpo__timer--finished{border-color:var(--success-light);background:var(--success-light)}.tpo__timer-circle-wrap{position:relative;width:140px;height:140px}.tpo__timer-svg{width:100%;height:100%}.tpo__timer-bg-circle{stroke:var(--border)}.tpo__timer-progress-circle{stroke:var(--primary);transition:stroke-dashoffset .5s ease}.tpo__timer--finished .tpo__timer-progress-circle{stroke:var(--success)}.tpo__timer-display{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center}.tpo__timer-time{font-size:28px;font-weight:800;color:var(--text-primary);font-variant-numeric:tabular-nums}.tpo__timer--finished .tpo__timer-time{color:var(--success)}.tpo__timer-label{font-size:var(--font-size-2xs);color:var(--text-tertiary);font-weight:500}.tpo__timer--finished .tpo__timer-label{color:var(--success);font-weight:600}.tpo__timer-controls{display:flex;align-items:center;gap:8px}.tpo__timer-btn{display:flex;align-items:center;gap:8px;padding:var(--space-2-5) var(--space-5);border:none;border-radius:6px;font-size:var(--font-size-sm);font-weight:600;cursor:pointer;transition:all .15s}.tpo__timer-btn--start{background:var(--primary);color:var(--text-on-primary)}.tpo__timer-btn--start:hover{opacity:.9}.tpo__timer-btn--pause{background:var(--warning-light);color:var(--warning);border:1px solid var(--warning-light)}.tpo__timer-btn--pause:hover{background:var(--warning);color:var(--text-on-primary)}.tpo__timer-btn-icon{display:flex;align-items:center}.tpo__timer-btn-icon svg{width:16px;height:16px}.tpo__timer-finished-msg{display:flex;align-items:center;gap:8px;padding:var(--space-2-5) var(--space-4);background:var(--success-light);border:1px solid var(--success-light);border-radius:6px;color:var(--success);font-size:var(--font-size-xs);font-weight:600}.tpo__timer-finished-msg svg{width:16px;height:16px}.tpo__symptoms{display:flex;flex-direction:column;gap:12px}.tpo__symptoms-title{font-size:var(--font-size-sm);font-weight:700;color:var(--text-primary);margin:0}.tpo__symptoms-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 600px){.tpo__symptoms-grid{grid-template-columns:1fr}}.tpo__symptom-group{background:var(--bg-page);border-radius:6px;padding:var(--space-3);border:1px solid var(--border)}.tpo__symptom-group-label{font-size:var(--font-size-xs);font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin:0 0 var(--space-2)}.tpo__symptom-checks{display:flex;flex-direction:column;gap:4px}.tpo__symptom-check{display:flex;align-items:center;gap:8px;padding:5px var(--space-2);border-radius:var(--radius-sm);cursor:pointer;transition:background .1s}.tpo__symptom-check input{display:none}.tpo__symptom-check:hover{background:#00000008}.tpo__symptom-check--active{background:var(--error-light)}.tpo__symptom-check-box{width:18px;height:18px;border:2px solid var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.tpo__symptom-check-box svg{width:12px;height:12px}.tpo__symptom-check--active .tpo__symptom-check-box{background:var(--destructive);border-color:var(--destructive);color:var(--text-on-primary)}.tpo__symptom-check-label{font-size:var(--font-size-xs);color:var(--text-primary)}.tpo__symptom-check--active .tpo__symptom-check-label{color:var(--destructive);font-weight:600}.tpo__symptoms-notes{display:flex;flex-direction:column;gap:6px}.tpo__dose-decision{display:flex;flex-direction:column;gap:12px;padding-top:var(--space-2);border-top:1px solid var(--border)}.tpo__dose-warning{display:flex;align-items:center;gap:10px;padding:var(--space-3) var(--space-4);background:var(--warning-light);border:1px solid var(--warning-light);border-radius:6px;color:var(--warning);font-size:var(--font-size-xs);font-weight:600}.tpo__dose-warning-icon{display:flex;flex-shrink:0}.tpo__dose-warning-icon svg{width:18px;height:18px}.tpo__dose-actions{display:flex;gap:12px;flex-wrap:wrap}.tpo__emergency-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:var(--space-3-5);background:var(--destructive);color:var(--text-on-primary);border:2px solid var(--destructive);border-radius:10px;font-size:var(--font-size-sm);font-weight:800;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .15s;margin-top:var(--space-2)}.tpo__emergency-btn:hover{background:var(--error-hover);border-color:var(--error-hover)}.tpo__emergency-btn svg{width:20px;height:20px}.tpo__emergency-btn-icon{display:flex}.tpo__emergency-btn-icon svg{width:20px;height:20px}.tpo__emergency-fab{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;align-items:center;gap:10px;padding:14px 24px;background:var(--destructive, #dc2626);color:var(--text-on-primary, #fff);border:none;border-radius:50px;font-size:var(--font-size-sm, 14px);font-weight:800;text-transform:uppercase;letter-spacing:1px;cursor:pointer;box-shadow:0 4px 16px color-mix(in srgb,var(--error) 45%,transparent),0 2px 6px #00000026;transition:all .2s;animation:tpo-fab-pulse 2s ease-in-out infinite}.tpo__emergency-fab:hover{transform:scale(1.05);box-shadow:0 6px 24px color-mix(in srgb,var(--error) 55%,transparent),0 3px 8px #0003}.tpo__emergency-fab:active{transform:scale(.97)}.tpo__emergency-fab:disabled{opacity:.7;cursor:wait;animation:none}@keyframes tpo-fab-pulse{0%,to{box-shadow:0 4px 16px color-mix(in srgb,var(--error) 45%,transparent),0 2px 6px #00000026}50%{box-shadow:0 4px 24px color-mix(in srgb,var(--error) 65%,transparent),0 2px 10px #0003}}.tpo__emergency-fab-icon{display:flex;align-items:center}.tpo__emergency-fab-icon svg{width:22px;height:22px}.tpo__emergency-fab-label{white-space:nowrap}.tpo__emergency-toast{position:fixed;top:24px;left:50%;transform:translate(-50%);z-index:1100;display:flex;align-items:center;gap:10px;padding:14px 24px;background:var(--destructive, #dc2626);color:var(--text-on-primary, #fff);border-radius:10px;font-size:var(--font-size-sm, 14px);font-weight:600;box-shadow:0 8px 32px color-mix(in srgb,var(--error) 40%,transparent),0 2px 8px #00000026;animation:tpo-toast-in .3s ease-out}@keyframes tpo-toast-in{0%{opacity:0;transform:translate(-50%) translateY(-16px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.tpo__emergency-toast-icon{display:flex}.tpo__emergency-toast-icon svg{width:20px;height:20px}.tpo__emergency-toast-close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:#fff3;border-radius:50%;color:var(--text-on-primary, #fff);cursor:pointer;margin-left:8px;transition:background .15s}.tpo__emergency-toast-close svg{width:14px;height:14px}.tpo__emergency-toast-close:hover{background:#ffffff59}.tpo__alert{display:flex;align-items:flex-start;gap:12px;padding:var(--space-3-5) var(--space-4);border-radius:6px;font-size:var(--font-size-sm);line-height:1.5}.tpo__alert p{margin:var(--space-1) 0 0;font-size:var(--font-size-xs)}.tpo__alert--warning{background:var(--warning-light);border:1px solid var(--warning-light);color:var(--warning)}.tpo__alert--danger{background:var(--error-light);border:1px solid var(--error-border, var(--error-light));color:var(--destructive)}.tpo__alert-icon{display:flex;flex-shrink:0;margin-top:var(--space-0-5)}.tpo__alert-icon svg{width:20px;height:20px}.tpo__result-timestamps{display:flex;gap:24px;padding:var(--space-3) var(--space-4);background:var(--bg-page);border-radius:6px;border:1px solid var(--border)}.tpo__result-timestamp{display:flex;flex-direction:column;gap:2px}.tpo__result-timestamp-label{font-size:var(--font-size-2xs);font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}.tpo__result-timestamp-value{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary);font-variant-numeric:tabular-nums}.tpo__result-options{display:flex;flex-direction:column;gap:8px}.tpo__result-option{display:flex;align-items:center;gap:12px;padding:var(--space-3-5) var(--space-4);border:2px solid var(--border);border-radius:10px;cursor:pointer;transition:all .15s;background:var(--bg-card)}.tpo__result-option input{display:none}.tpo__result-option:hover{border-color:var(--text-tertiary)}.tpo__result-option--negative.tpo__result-option--selected{border-color:var(--success);background:var(--success-light)}.tpo__result-option--doubtful.tpo__result-option--selected{border-color:var(--warning);background:var(--warning-light)}.tpo__result-option--positive.tpo__result-option--selected{border-color:var(--destructive);background:var(--error-light)}.tpo__result-option-content{display:flex;flex-direction:column;gap:2px}.tpo__result-option-label{font-size:var(--font-size-sm);font-weight:700;color:var(--text-primary)}.tpo__result-option--negative.tpo__result-option--selected .tpo__result-option-label{color:var(--success)}.tpo__result-option--doubtful.tpo__result-option--selected .tpo__result-option-label{color:var(--warning)}.tpo__result-option--positive.tpo__result-option--selected .tpo__result-option-label{color:var(--destructive)}.tpo__result-option-desc{font-size:var(--font-size-xs);color:var(--text-secondary)}.tpo__severity-options{display:flex;gap:10px}@media (max-width: 600px){.tpo__severity-options{flex-direction:column}}.tpo__severity-option{flex:1;display:flex;padding:var(--space-3-5);border:2px solid var(--border);border-radius:10px;cursor:pointer;transition:all .15s;background:var(--bg-card)}.tpo__severity-option input{display:none}.tpo__severity-option:hover{border-color:var(--text-tertiary)}.tpo__severity-option--selected{border-color:var(--destructive);background:var(--error-light)}.tpo__severity-option-content{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;text-align:center}.tpo__severity-stars{display:flex;gap:2px}.tpo__severity-star{display:flex}.tpo__severity-star svg{width:18px;height:18px}.tpo__severity-star{color:var(--border)}.tpo__severity-star--filled{color:var(--warning)}.tpo__severity-option-label{font-size:var(--font-size-sm);font-weight:700;color:var(--text-primary)}.tpo__severity-option--selected .tpo__severity-option-label{color:var(--destructive)}.tpo__severity-option-desc{font-size:var(--font-size-2xs);color:var(--text-secondary);line-height:1.4}.tpo__result-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:var(--space-4);border-top:1px solid var(--border)}.tpo__btn{display:inline-flex;align-items:center;gap:8px;padding:var(--space-2-5) var(--space-5);border:none;border-radius:6px;font-size:var(--font-size-sm);font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.tpo__btn:disabled{opacity:.5;cursor:not-allowed}.tpo__btn--primary{background:var(--primary);color:var(--text-on-primary)}.tpo__btn--primary:hover:not(:disabled){opacity:.9}.tpo__btn--success{background:var(--success);color:var(--text-on-primary)}.tpo__btn--success:hover:not(:disabled){opacity:.9}.tpo__btn--danger{background:var(--bg-card);color:var(--destructive);border:1px solid var(--error-border, var(--error-light))}.tpo__btn--danger:hover:not(:disabled){background:var(--destructive);color:var(--text-on-primary)}.tpo__btn--outline{background:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border)}.tpo__btn--outline:hover:not(:disabled){border-color:var(--text-tertiary);color:var(--text-primary)}.tpo__btn-icon{display:flex;align-items:center}.tpo__btn-icon svg{width:16px;height:16px}.tpo__footer{display:flex;justify-content:space-between;align-items:center;padding:var(--space-4) var(--space-6);border-top:1px solid var(--border);background:var(--bg-page)}@media print{.tpo{box-shadow:none;max-width:100%}.tpo__timer-controls,.tpo__dose-actions,.tpo__emergency-btn,.tpo__footer,.tpo__cancel-btn,.tpo__result-actions{display:none!important}.tpo__body{padding:var(--space-3)}}.tpo__vitals{margin:var(--space-4) 0;padding:var(--space-4);background:var(--bg-highlight);border-radius:10px;border:1px solid color-mix(in srgb,var(--primary) 15%,transparent)}.tpo__vitals-title{font-size:var(--font-size-sm);font-weight:600;color:var(--primary);margin:0 0 var(--space-3)}.tpo__vitals-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.tpo__vitals-field{display:flex;flex-direction:column;gap:4px}.tpo__vitals-label{font-size:var(--font-size-2xs);font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.3px}.tpo__vitals-input{padding:var(--space-2) var(--space-2-5);border:1px solid var(--border-input);border-radius:6px;font-size:var(--font-size-sm);text-align:center;background:var(--bg-card);transition:border-color .2s}.tpo__vitals-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 10%,transparent)}@media (max-width: 600px){.tpo__vitals-grid{grid-template-columns:repeat(2,1fr)}}.tpo__baked-check{font-size:var(--font-size-xs);color:var(--text-primary);cursor:pointer}.tpo__baked-check input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary)}@keyframes tpo-pulse-border{0%,to{box-shadow:0 0 color-mix(in srgb,var(--success) 40%,transparent)}50%{box-shadow:0 0 0 8px color-mix(in srgb,var(--success) 0%,transparent)}}.tpo__timer--pulse{animation:tpo-pulse-border 1.5s ease-in-out 3;border:2px solid var(--success);border-radius:10px}.tpo__btn--disabled{background:var(--bg-secondary, #e5e7eb);color:var(--text-tertiary);border:1px solid var(--border);cursor:pointer}.tpo__btn--disabled:hover{background:var(--bg-tertiary, #d1d5db);color:var(--text-secondary)}.dark .tpo__btn--disabled{background:var(--bg-secondary, #374151);color:var(--text-tertiary)}.dark .tpo__btn--disabled:hover{background:var(--bg-tertiary, #4b5563)}.tpo__btn--warning{background:var(--warning, #f59e0b);color:var(--text-on-primary, #fff)}.tpo__btn--warning:hover:not(:disabled){background:var(--warning-dark, #d97706)}.tpo__btn--warning:disabled{opacity:.5;cursor:not-allowed}.tpo__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.tpo__modal{background:var(--bg-card);border-radius:10px;width:100%;max-width:480px;margin:var(--space-4);box-shadow:0 20px 60px #0000004d;overflow:hidden}.tpo__modal-header{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border)}.tpo__modal-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;flex-shrink:0}.tpo__modal-icon svg{width:20px;height:20px}.tpo__modal-icon--warning{background:color-mix(in srgb,var(--warning) 12%,transparent);color:var(--warning, #f59e0b)}.tpo__modal-title{flex:1;font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin:0}.tpo__modal-close{background:none;border:none;cursor:pointer;color:var(--text-tertiary);padding:4px;display:flex}.tpo__modal-close svg{width:18px;height:18px}.tpo__modal-close:hover{color:var(--text-primary)}.tpo__modal-body{padding:var(--space-4) var(--space-5);display:flex;flex-direction:column;gap:var(--space-4)}.tpo__modal-warning{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3);background:color-mix(in srgb,var(--warning) 8%,transparent);border:1px solid color-mix(in srgb,var(--warning) 20%,transparent);border-radius:6px;font-size:var(--font-size-sm);color:var(--text-primary)}.tpo__modal-warning-icon{display:flex;color:var(--warning, #f59e0b)}.tpo__modal-warning-icon svg{width:18px;height:18px}.tpo__modal-desc{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.5;margin:0}.tpo__modal-field{display:flex;flex-direction:column;gap:var(--space-1)}.tpo__modal-hint{font-size:var(--font-size-xs);color:var(--text-tertiary)}.tpo__modal-error{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2-5) var(--space-3);background:color-mix(in srgb,var(--error) 8%,transparent);border:1px solid color-mix(in srgb,var(--error) 20%,transparent);border-radius:6px;font-size:var(--font-size-sm);color:var(--destructive)}.tpo__modal-error-icon{display:flex}.tpo__modal-error-icon svg{width:16px;height:16px}.tpo__modal-footer{display:flex;justify-content:flex-end;gap:var(--space-3);padding:var(--space-3) var(--space-5);border-top:1px solid var(--border);background:var(--bg-secondary, var(--bg-card))}.tpo__photo-capture{display:flex;align-items:center;gap:var(--space-3)}.tpo__photo-count{font-size:.813rem;color:var(--text-secondary);font-weight:500}.tpo__send-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000}.tpo__send-modal{background:var(--bg-card, #fff);border-radius:10px;padding:var(--space-6);max-width:420px;width:90%;box-shadow:var(--shadow-modal, 0 16px 48px rgba(0, 0, 0, .2));text-align:center}.tpo__send-modal h3{margin:0 0 var(--space-2);font-size:1.125rem;color:var(--text-primary)}.tpo__send-modal p{color:var(--text-secondary);font-size:.875rem;margin-bottom:var(--space-4)}.tpo__send-options{display:flex;flex-direction:column;gap:var(--space-2)}.tpo__send-status{margin-top:var(--space-3);font-size:.875rem;color:var(--success, #16a34a);font-weight:500}.courage-certificate-btn{display:inline-flex;align-items:center;gap:var(--space-2, 8px);padding:var(--space-2) var(--space-4);background-color:var(--warning-bg);color:var(--warning-dark);border:1px solid var(--warning);border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:600;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;white-space:nowrap}.courage-certificate-btn:hover:not(:disabled){background-color:var(--warning);color:var(--text-primary);box-shadow:0 2px 6px #ffc10766}.courage-certificate-btn:disabled{opacity:.7;cursor:not-allowed}.courage-certificate-btn__icon{font-size:var(--font-size-base);line-height:1}.courage-certificate-btn__spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--warning-dark);border-top-color:transparent;border-radius:50%;animation:courage-spin .7s linear infinite;flex-shrink:0}@keyframes courage-spin{to{transform:rotate(360deg)}}.courage-certificate-error{margin-top:var(--space-1-5);padding:var(--space-1-5) var(--space-2-5);background:var(--error-bg);color:var(--error-dark);border:1px solid var(--error-border);border-radius:var(--radius-sm);font-size:var(--font-size-xs)}.courage-certificate-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:var(--space-4)}.courage-certificate-modal{background:var(--bg-card);border-radius:var(--radius-xl);box-shadow:0 8px 32px #00000040;display:flex;flex-direction:column;width:100%;max-width:820px;max-height:90vh;overflow:hidden}.courage-certificate-modal__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border);flex-shrink:0}.courage-certificate-modal__title{margin:0;font-size:var(--font-size-lg);font-weight:700;color:var(--text-primary)}.courage-certificate-modal__close{background:none;border:none;font-size:var(--font-size-lg);cursor:pointer;color:var(--text-secondary);padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);line-height:1}.courage-certificate-modal__close:hover{background:var(--bg-page);color:var(--text-primary)}.courage-certificate-modal__preview{flex:1;overflow:hidden;background:var(--bg-page);min-height:0}.courage-certificate-modal__iframe{width:100%;height:100%;min-height:500px;border:none;display:block}.courage-certificate-modal__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:var(--space-3-5) var(--space-5);border-top:1px solid var(--border);flex-shrink:0;background:var(--bg-card)}@media (max-width: 480px){.courage-certificate-modal__actions{flex-direction:column;align-items:stretch}}.btn--success{background-color:var(--event-whatsapp);color:var(--text-on-primary);border:1px solid var(--success)}.btn--success:hover{background-color:var(--success);color:var(--text-on-primary)}.tpo-result{max-width:1440px;margin:0 auto;background:var(--bg-card);border-radius:10px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;padding:28px}.tpo-result__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-5)}.tpo-result__title{font-size:var(--font-size-xl);font-weight:700;color:var(--text-primary);margin:0}.tpo-result__close{background:none;border:none;cursor:pointer;padding:var(--space-1-5);border-radius:var(--radius-md);color:var(--text-secondary);transition:background .2s}.tpo-result__close:hover{background:var(--muted)}.tpo-result__close svg{width:20px;height:20px}.tpo-result__badge{display:flex;align-items:center;gap:14px;padding:var(--space-4) var(--space-5);border-radius:10px;margin-bottom:var(--space-5)}.tpo-result__badge-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tpo-result__badge-icon svg{width:22px;height:22px}.tpo-result__badge-label{display:block;font-size:var(--font-size-lg);font-weight:700;letter-spacing:.5px}.tpo-result__badge-desc{display:block;font-size:var(--font-size-xs);margin-top:var(--space-0-5)}.tpo-result--negative{background:var(--success-light);border:1px solid var(--success-light)}.tpo-result--negative .tpo-result__badge-icon{background:var(--success);color:var(--text-on-primary)}.tpo-result--negative .tpo-result__badge-label{color:var(--success)}.tpo-result--negative .tpo-result__badge-desc{color:var(--success-dark)}.tpo-result--doubtful{background:var(--warning-light);border:1px solid var(--warning-light)}.tpo-result--doubtful .tpo-result__badge-icon{background:var(--warning);color:var(--text-on-primary)}.tpo-result--doubtful .tpo-result__badge-label{color:var(--warning)}.tpo-result--doubtful .tpo-result__badge-desc{color:var(--warning-dark)}.tpo-result--positive{background:var(--error-light);border:1px solid var(--error-light)}.tpo-result--positive .tpo-result__badge-icon{background:var(--destructive);color:var(--text-on-primary)}.tpo-result--positive .tpo-result__badge-label{color:var(--destructive)}.tpo-result--positive .tpo-result__badge-desc{color:var(--error-dark)}.tpo-result__severity{display:flex;align-items:center;gap:10px;margin-bottom:var(--space-5);padding:var(--space-2-5) var(--space-3-5);background:var(--error-bg);border-radius:6px;border:1px solid var(--error-border)}.tpo-result__severity-stars{display:flex;gap:2px}.tpo-result__star{width:18px;height:18px;color:var(--border-input)}.tpo-result__star--filled{color:var(--warning)}.tpo-result__severity-label{font-size:var(--font-size-xs);font-weight:600;color:var(--error-dark)}.tpo-result__info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:var(--space-5)}.tpo-result__info-item{padding:var(--space-2-5) var(--space-3-5);background:var(--bg-card-hover);border-radius:6px;border:1px solid var(--border)}.tpo-result__info-label{display:block;font-size:var(--font-size-2xs);font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px;margin-bottom:var(--space-1)}.tpo-result__info-value{display:block;font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary)}.tpo-result__emergency{display:flex;align-items:center;gap:10px;padding:var(--space-3) var(--space-4);background:var(--error-light);border:1px solid var(--error-light);border-radius:6px;margin-bottom:var(--space-5);font-size:var(--font-size-sm);font-weight:600;color:var(--destructive)}.tpo-result__emergency svg{width:20px;height:20px;flex-shrink:0}.tpo-result__conducts{margin-bottom:var(--space-5)}.tpo-result__conducts-title{font-size:var(--font-size-sm);font-weight:700;color:var(--text-primary);margin:0 0 var(--space-3)}.tpo-result__conducts-list{display:flex;flex-direction:column;gap:8px}.tpo-result__conduct{display:flex;align-items:flex-start;gap:10px;padding:var(--space-2-5) var(--space-3-5);border-radius:6px;font-size:var(--font-size-xs);line-height:1.5}.tpo-result__conduct-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:var(--space-1)}.tpo-result__conduct--success{background:var(--success-bg);color:var(--success-dark)}.tpo-result__conduct--success .tpo-result__conduct-dot{background:var(--success)}.tpo-result__conduct--danger{background:var(--error-bg);color:var(--error-dark)}.tpo-result__conduct--danger .tpo-result__conduct-dot{background:var(--destructive)}.tpo-result__conduct--warning{background:var(--warning-bg);color:var(--warning-dark)}.tpo-result__conduct--warning .tpo-result__conduct-dot{background:var(--warning)}.tpo-result__conduct--info{background:var(--info-bg);color:var(--info-dark)}.tpo-result__conduct--info .tpo-result__conduct-dot{background:var(--info)}.tpo-result__notes{padding:var(--space-3-5);background:var(--bg-card-hover);border-radius:6px;border:1px solid var(--border);margin-bottom:var(--space-5)}.tpo-result__notes h4{font-size:var(--font-size-xs);font-weight:600;color:var(--text-primary);margin:0 0 6px}.tpo-result__notes p{font-size:var(--font-size-xs);color:var(--text-secondary);margin:0;white-space:pre-wrap}.tpo-result__actions{display:flex;gap:12px;flex-wrap:wrap}.tpo-result__btn{display:inline-flex;align-items:center;gap:8px;padding:var(--space-2-5) 18px;border-radius:6px;font-size:var(--font-size-sm);font-weight:600;cursor:pointer;border:none;transition:all .2s}.tpo-result__btn--outline{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-input)}.tpo-result__btn--outline:hover{background:var(--bg-card-hover);border-color:var(--text-tertiary)}.tpo-result__btn-icon{width:16px;height:16px;display:inline-flex}.tpo-result__btn-icon svg{width:100%;height:100%}@media print{.tpo-result{box-shadow:none;max-width:100%}.tpo-result__close,.tpo-result__actions{display:none!important}}.proc-exec{max-width:1440px;margin:0 auto;padding:var(--space-6)}.proc-exec--error{padding:var(--space-12);text-align:center;color:var(--text-secondary)}.proc-exec--error h1{color:var(--text-primary);margin-bottom:var(--space-3)}.proc-exec--error p{margin:var(--space-2) 0}.proc-exec__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-5)}.proc-exec__header-left{display:flex;align-items:center;gap:12px}.proc-exec__back-btn{background:var(--bg-card);border:1px solid var(--border-input);border-radius:6px;padding:var(--space-2);cursor:pointer;color:var(--text-primary);transition:all .2s}.proc-exec__back-btn:hover{background:var(--muted);border-color:var(--text-tertiary)}.proc-exec__back-btn svg{width:18px;height:18px}.proc-exec__title{font-size:22px;font-weight:700;color:var(--text-primary);margin:0}.proc-exec__subtitle{font-size:var(--font-size-xs);color:var(--text-secondary);margin:var(--space-1) 0 0}.proc-exec__reset-btn{background:var(--bg-card);border:1px solid var(--border-input);border-radius:6px;padding:var(--space-2) var(--space-4);font-size:var(--font-size-xs);font-weight:600;cursor:pointer;color:var(--text-primary);transition:all .2s}.proc-exec__reset-btn:hover{background:var(--muted)}.proc-exec__phases{display:flex;align-items:center;justify-content:center;padding:var(--space-4) 0;margin-bottom:var(--space-6)}.proc-exec__phase{display:flex;flex-direction:column;align-items:center;gap:6px}.proc-exec__phase-circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-sm);font-weight:700;transition:all .3s}.proc-exec__phase--pending .proc-exec__phase-circle{background:var(--border);color:var(--text-tertiary)}.proc-exec__phase--active .proc-exec__phase-circle{background:var(--primary);color:var(--text-on-primary);box-shadow:0 0 0 4px var(--primary-light)}.proc-exec__phase--done .proc-exec__phase-circle{background:var(--success);color:var(--text-on-primary)}.proc-exec__phase-icon svg{width:16px;height:16px}.proc-exec__phase-label{font-size:var(--font-size-2xs);font-weight:600;color:var(--text-secondary)}.proc-exec__phase--active .proc-exec__phase-label{color:var(--primary)}.proc-exec__phase--done .proc-exec__phase-label{color:var(--success)}.proc-exec__phase-connector{width:40px;height:2px;background:var(--border);margin:0 var(--space-1);margin-bottom:var(--space-5);transition:background .3s}.proc-exec__phase-connector--done{background:var(--success)}.proc-exec__content{min-height:400px}.proc-exec__patient-search{max-width:600px;margin:40px auto;text-align:center}.proc-exec__search-title{font-size:var(--font-size-xl);font-weight:700;color:var(--text-primary);margin:0 0 var(--space-2)}.proc-exec__search-desc{font-size:var(--font-size-sm);color:var(--text-secondary);margin:0 0 var(--space-6)}.proc-exec__loading{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);padding:var(--space-12);color:var(--text-secondary);font-size:var(--font-size-sm)}.proc-exec__loading-spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:proc-exec-spin .8s linear infinite}@keyframes proc-exec-spin{to{transform:rotate(360deg)}}.proc-exec__guard{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);padding:var(--space-12);text-align:center;color:var(--text-secondary);font-size:var(--font-size-sm)}.proc-exec__btn{padding:var(--space-2) var(--space-5);background:var(--primary);color:var(--text-on-primary);border:none;border-radius:6px;font-size:var(--font-size-sm);font-weight:600;cursor:pointer;transition:opacity .2s}.proc-exec__btn:hover{opacity:.9}@media (max-width: 640px){.proc-exec{padding:var(--space-3)}.proc-exec__title{font-size:var(--font-size-lg)}.proc-exec__phase-connector{width:20px}.proc-exec__phase-label{font-size:9px}}.apb-page{flex:1;min-height:100vh;background:var(--bg-page);padding:var(--space-6) var(--space-8);overflow-y:auto}@media (max-width: 1024px){.apb-page{padding:var(--space-5) var(--space-6)}}@media (max-width: 768px){.apb-page{padding:var(--space-4)}}.apb-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-5);flex-wrap:wrap}.apb-toolbar__left{display:flex;flex-direction:column;gap:var(--space-1)}.apb-toolbar__title{margin:0;font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);line-height:1.2}.apb-toolbar__subtitle{font-size:var(--font-size-sm);color:var(--text-secondary)}.apb-toolbar__right{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.apb-toolbar__load-select{height:38px;padding:0 var(--space-3);border:1px solid var(--border-input);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-primary);font-size:var(--font-size-sm);cursor:pointer;min-width:220px}.apb-toolbar__load-select:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.apb-btn{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);border:1px solid transparent;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:background .15s,border-color .15s,color .15s,box-shadow .15s;white-space:nowrap}.apb-btn:disabled{opacity:.55;cursor:not-allowed}.apb-btn--primary{background:var(--primary);color:var(--text-on-primary);border-color:var(--primary)}.apb-btn--primary:hover:not(:disabled){background:var(--primary-dark);border-color:var(--primary-dark)}.apb-btn--secondary{background:var(--bg-card);color:var(--primary);border-color:var(--primary)}.apb-btn--secondary:hover:not(:disabled){background:var(--primary-bg-light)}.apb-btn--ghost{background:transparent;color:var(--text-secondary);border-color:var(--border-input)}.apb-btn--ghost:hover:not(:disabled){background:var(--bg-badge);color:var(--text-primary)}.apb-alert{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);margin-bottom:var(--space-4)}.apb-alert button{background:transparent;border:none;cursor:pointer;font-size:var(--font-size-base);line-height:1;padding:0;color:inherit;opacity:.7}.apb-alert button:hover{opacity:1}.apb-alert--error{background:var(--error-bg);border:1px solid var(--toast-error-border);color:var(--error)}.apb-alert--success{background:var(--success-bg);border:1px solid var(--toast-success-border);color:var(--success)}.apb-builder{display:grid;grid-template-columns:40% 1fr;gap:var(--space-5);align-items:start}@media (max-width: 1024px){.apb-builder{grid-template-columns:1fr 1fr;gap:var(--space-4)}}@media (max-width: 768px){.apb-builder{grid-template-columns:1fr}}.apb-builder__col-header{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-3);margin-bottom:var(--space-4)}.apb-builder__col-header h2{margin:0;font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.apb-builder__col-subtitle{font-size:var(--font-size-xs);color:var(--text-tertiary)}.apb-builder__panel-id{font-size:var(--font-size-xs);color:var(--text-tertiary);background:var(--bg-badge);padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-full)}.apb-catalog{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-xs)}.apb-catalog__search{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-light);background:var(--bg-header);position:sticky;top:0;z-index:1}.apb-catalog__search-icon{font-size:var(--font-size-sm);color:var(--text-tertiary);flex-shrink:0}.apb-catalog__search-input{flex:1;border:none;background:transparent;font-size:var(--font-size-sm);color:var(--text-primary);outline:none}.apb-catalog__search-input::placeholder{color:var(--text-tertiary)}.apb-catalog__search-clear{background:transparent;border:none;cursor:pointer;color:var(--text-tertiary);font-size:var(--font-size-xs);padding:var(--space-0-5);line-height:1}.apb-catalog__search-clear:hover{color:var(--text-primary)}.apb-catalog__list{max-height:560px;overflow-y:auto}@media (max-width: 768px){.apb-catalog__list{max-height:340px}}.apb-catalog__category{border-bottom:1px solid var(--border-light)}.apb-catalog__category:last-child{border-bottom:none}.apb-catalog__category-header{width:100%;display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:transparent;border:none;cursor:pointer;text-align:left;transition:background .12s}.apb-catalog__category-header:hover{background:var(--bg-card-hover)}.apb-catalog__category-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.apb-catalog__category-label{flex:1;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-primary)}.apb-catalog__category-count{font-size:var(--font-size-xs);color:var(--text-tertiary);background:var(--bg-badge);padding:var(--space-0) 7px;border-radius:var(--radius-full)}.apb-catalog__category-arrow{font-size:var(--font-size-sm);color:var(--text-tertiary);transition:transform .15s}.apb-catalog__category-arrow--open{transform:rotate(180deg)}.apb-catalog__category-items{padding:var(--space-1) 0 var(--space-2);background:var(--bg-header)}.apb-catalog__item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4) var(--space-2) var(--space-8);transition:background .1s}.apb-catalog__item:hover{background:var(--bg-badge)}.apb-catalog__item--added{opacity:.6}.apb-catalog__item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.apb-catalog__item-name{font-size:var(--font-size-sm);color:var(--text-primary);font-weight:var(--font-weight-medium);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.apb-catalog__item-meta{font-size:var(--font-size-xs);color:var(--text-tertiary)}.apb-catalog__item-add{width:26px;height:26px;border-radius:var(--radius);border:1px solid var(--primary);background:transparent;color:var(--primary);font-size:var(--font-size-base);font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .12s,color .12s;line-height:1}.apb-catalog__item-add:hover:not(:disabled){background:var(--primary);color:var(--text-on-primary)}.apb-catalog__item-add:disabled{border-color:var(--border-input);color:var(--success);cursor:default;font-size:var(--font-size-xs)}.apb-catalog__add-custom{width:100%;padding:var(--space-3) var(--space-4);background:transparent;border:none;border-top:1px solid var(--border-light);color:var(--primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;text-align:left;transition:background .12s}.apb-catalog__add-custom:hover{background:var(--panel-item-draggable-hover-bg)}.apb-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow-xs)}.apb-panel__header{padding:var(--space-4);border-bottom:1px solid var(--border-light);background:var(--bg-header);display:flex;flex-direction:column;gap:var(--space-3)}.apb-panel__name-row{display:flex;align-items:center;gap:var(--space-3)}.apb-panel__name-input{flex:1;height:38px;padding:0 var(--space-3);border:1px solid var(--border-input);border-radius:var(--radius-md);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-primary);background:var(--bg-card)}.apb-panel__name-input:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.apb-panel__name-input::placeholder{color:var(--text-tertiary);font-weight:var(--font-weight-normal)}.apb-panel__type-badge{padding:3px var(--space-2-5);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);white-space:nowrap;flex-shrink:0}.apb-panel__type-badge--default{background:var(--panel-type-default-bg);color:var(--panel-type-default-color)}.apb-panel__type-badge--custom{background:var(--panel-type-custom-bg);color:var(--panel-type-custom-color)}.apb-panel__type-toggle{display:flex;gap:var(--space-4);align-items:center}.apb-panel__type-label{display:flex;align-items:center;gap:var(--space-2);font-size:var(--font-size-sm);color:var(--text-secondary);cursor:pointer}.apb-panel__type-label input[type=radio]{accent-color:var(--primary);cursor:pointer}.apb-panel__items{flex:1;overflow-y:auto;min-height:300px;max-height:520px}@media (max-width: 768px){.apb-panel__items{max-height:320px}}.apb-panel__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-12) var(--space-6);text-align:center;color:var(--text-secondary)}.apb-panel__empty p{margin:var(--space-1) 0 0;font-size:var(--font-size-sm)}.apb-panel__empty p:first-of-type{font-weight:var(--font-weight-medium);color:var(--text-primary)}.apb-panel__empty-icon{font-size:var(--font-size-4xl);margin-bottom:var(--space-3)}.apb-panel__empty-hint{color:var(--text-tertiary)!important;font-size:var(--font-size-xs)!important}.apb-panel__section{padding:var(--space-2) 0;border-bottom:1px solid var(--border-light)}.apb-panel__section:last-child{border-bottom:none}.apb-panel__section-label{padding:var(--space-2) var(--space-4) var(--space-1);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary)}.apb-panel__section-hint{font-weight:var(--font-weight-normal);text-transform:none;letter-spacing:0}.apb-panel__item{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);transition:background .1s}.apb-panel__item:hover{background:var(--bg-card-hover)}.apb-panel__item--control{background:var(--panel-item-control-bg)}.apb-panel__item--control:hover{background:var(--panel-item-control-hover-bg)}.apb-panel__item--draggable{cursor:default}.apb-panel__item--draggable:hover{background:var(--panel-item-draggable-hover-bg)}.apb-panel__item-drag{color:var(--text-tertiary);cursor:grab;font-size:var(--font-size-base);line-height:1;flex-shrink:0;padding:0 2px;-webkit-user-select:none;user-select:none}.apb-panel__item-drag:active{cursor:grabbing}.apb-panel__item-order{width:20px;height:20px;background:var(--bg-badge);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:var(--font-size-xs);color:var(--text-secondary);font-weight:var(--font-weight-medium);flex-shrink:0}.apb-panel__item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.apb-panel__item-name{font-size:var(--font-size-sm);color:var(--text-primary);font-weight:var(--font-weight-medium);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.apb-panel__item-meta{font-size:var(--font-size-xs);color:var(--text-tertiary)}.apb-panel__item-badge{padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-full);font-size:var(--font-size-2xs);font-weight:var(--font-weight-medium);color:var(--text-on-primary);white-space:nowrap;flex-shrink:0;text-shadow:var(--text-shadow-sm)}.apb-panel__item-lock{font-size:var(--font-size-xs);opacity:.5;flex-shrink:0}.apb-panel__item-remove{width:24px;height:24px;border-radius:var(--radius);border:1px solid var(--error-light);background:transparent;color:var(--error);font-size:.65rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:0;transition:opacity .12s,background .12s}.apb-panel__item:hover .apb-panel__item-remove{opacity:1}.apb-panel__item-remove:hover{background:var(--error-bg)}.apb-panel__footer{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-4);border-top:1px solid var(--border-light);background:var(--bg-header);flex-wrap:wrap}.apb-panel__footer-info{font-size:var(--font-size-sm);color:var(--text-secondary);font-weight:var(--font-weight-medium)}.apb-panel__footer-patient{color:var(--text-tertiary)}.apb-panel__footer-actions{display:flex;gap:var(--space-2);flex-wrap:wrap}.apb-loading{display:flex;align-items:center;justify-content:center;gap:var(--space-4);padding:var(--space-16);color:var(--text-secondary);font-size:var(--font-size-sm)}.apb-loading__spinner{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:apb-spin .7s linear infinite}@keyframes apb-spin{to{transform:rotate(360deg)}}.apb-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg-modal-overlay);display:flex;align-items:center;justify-content:center;z-index:1000;padding:var(--space-4)}.apb-modal{background:var(--bg-card);border-radius:var(--radius);width:100%;max-width:440px;box-shadow:var(--shadow-modal);overflow:hidden}.apb-modal__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border-light)}.apb-modal__header h3{margin:0;font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.apb-modal__close{width:32px;height:32px;border-radius:var(--radius);border:1px solid var(--border);background:transparent;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-sm);transition:background .12s}.apb-modal__close:hover{background:var(--bg-badge)}.apb-modal__body{padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-4)}.apb-modal__field{display:flex;flex-direction:column;gap:var(--space-1)}.apb-modal__field label{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-secondary)}.apb-modal__field input,.apb-modal__field select{height:38px;padding:0 var(--space-3);border:1px solid var(--border-input);border-radius:var(--radius-md);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--bg-card);transition:border-color .12s,box-shadow .12s}.apb-modal__field input:focus,.apb-modal__field select:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.apb-modal__field input::placeholder,.apb-modal__field select::placeholder{color:var(--text-tertiary)}.apb-modal__footer{display:flex;justify-content:flex-end;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-top:1px solid var(--border-light);background:var(--bg-header)}.ptca{background:var(--bg-card);border-radius:10px;box-shadow:0 4px 12px #0000001a;overflow:hidden;font-family:var(--font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);color:var(--text-primary);max-width:1440px;width:100%;margin:0 auto}.ptca__header{display:flex;align-items:flex-start;justify-content:space-between;padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--border);background:var(--bg-page)}.ptca__header-left{display:flex;align-items:flex-start;gap:12px}.ptca__header-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:var(--bg-highlight);color:var(--primary);flex-shrink:0}.ptca__header-icon svg{width:22px;height:22px}.ptca__title{font-size:var(--font-size-lg);font-weight:700;color:var(--text-primary);margin:0 0 2px}.ptca__subtitle{font-size:var(--font-size-xs);font-weight:500;color:var(--text-tertiary);margin:0 0 var(--space-1);text-transform:uppercase;letter-spacing:.04em}.ptca__patient-name{font-size:var(--font-size-xs);color:var(--text-secondary);margin:0;display:flex;align-items:center;gap:4px}.ptca__patient-name svg{width:13px;height:13px;color:var(--text-tertiary)}.ptca__cancel-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:6px;color:var(--text-tertiary);cursor:pointer;transition:background .15s,color .15s}.ptca__cancel-btn svg{width:18px;height:18px}.ptca__cancel-btn:hover{background:var(--error-light);color:var(--destructive)}.ptca__steps{display:flex;align-items:center;padding:var(--space-4) var(--space-6);background:var(--bg-card);border-bottom:1px solid var(--border);overflow-x:auto}.ptca__step{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:80px;flex:1}.ptca__step-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-xs);font-weight:700;transition:all .2s}.ptca__step--pending .ptca__step-circle{background:var(--bg-page);border:2px solid var(--border);color:var(--text-tertiary)}.ptca__step--active .ptca__step-circle{background:var(--primary);border:2px solid var(--primary);color:var(--text-on-primary);box-shadow:0 0 0 3px var(--bg-highlight)}.ptca__step--done .ptca__step-circle{background:var(--success);border:2px solid var(--success);color:var(--text-on-primary)}.ptca__step-icon{display:flex;align-items:center;justify-content:center}.ptca__step-icon svg{width:14px;height:14px}.ptca__step-label{font-size:var(--font-size-2xs);font-weight:500;text-align:center;white-space:nowrap}.ptca__step--pending .ptca__step-label{color:var(--text-tertiary)}.ptca__step--active .ptca__step-label{color:var(--primary);font-weight:600}.ptca__step--done .ptca__step-label{color:var(--success)}.ptca__step-connector{height:2px;flex:1;background:var(--border);margin-bottom:18px;transition:background .2s}.ptca__step-connector--done{background:var(--success)}.ptca__body{padding:var(--space-6);min-height:320px}.ptca__step-content{display:flex;flex-direction:column;gap:20px}.ptca__step-header{display:flex;align-items:flex-start;gap:14px}.ptca__step-icon-wrap{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;flex-shrink:0}.ptca__step-icon-wrap svg{width:22px;height:22px}.ptca__step-icon-wrap--danger{background:var(--error-light);color:var(--destructive)}.ptca__step-icon-wrap--warning{background:var(--warning-light);color:var(--warning)}.ptca__step-icon-wrap--primary{background:var(--bg-highlight);color:var(--primary)}.ptca__step-icon-wrap--success{background:var(--success-light);color:var(--success)}.ptca__step-title{font-size:var(--font-size-base);font-weight:700;color:var(--text-primary);margin:0 0 var(--space-1)}.ptca__step-desc{font-size:var(--font-size-xs);color:var(--text-secondary);margin:0;line-height:1.5}.ptca__alert{display:flex;align-items:flex-start;gap:12px;padding:var(--space-3-5) var(--space-4);border-radius:10px;border:1px solid}.ptca__alert--danger{background:var(--error-light);border-color:var(--error-border, var(--error-light));color:#b21d1d}.ptca__alert--warning{background:var(--warning-light);border-color:var(--warning-light);color:#a75c05}.ptca__alert--success{background:var(--success-light);border-color:var(--success-light);color:#138d40}.ptca__alert-icon{display:flex;align-items:center;flex-shrink:0;margin-top:var(--space-0)}.ptca__alert-icon svg{width:18px;height:18px}.ptca__alert-body{flex:1}.ptca__alert-title{display:block;font-size:var(--font-size-xs);font-weight:700;margin-bottom:var(--space-0-5)}.ptca__alert-text{font-size:var(--font-size-xs);line-height:1.5}.ptca__washout-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:10px}.ptca__washout-table{width:100%;border-collapse:collapse;font-size:13.5px}.ptca__washout-table thead{background:var(--bg-page)}.ptca__washout-table thead th{padding:11px var(--space-3-5);font-size:var(--font-size-2xs);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}.ptca__washout-table tbody tr{border-bottom:1px solid var(--border);transition:background .1s}.ptca__washout-table tbody tr:last-child{border-bottom:none}.ptca__washout-table tbody tr.ptca__washout-row--ok{background:color-mix(in srgb,var(--success) 3%,transparent)}.ptca__washout-table tbody tr.ptca__washout-row--not-ok{background:color-mix(in srgb,var(--error) 3%,transparent)}.ptca__washout-table tbody tr.ptca__washout-row--na{background:color-mix(in srgb,var(--text-tertiary) 4%,transparent);opacity:.8}.ptca__washout-table tbody tr.ptca__washout-row--unknown:hover{background:var(--bg-card-hover)}.ptca__washout-table td{padding:11px var(--space-3-5);vertical-align:middle}.ptca__col-washout{width:120px}.ptca__col-notes{width:180px}.ptca__col-status{width:140px}.ptca__col-action{width:200px}.ptca__med-name{color:var(--text-primary);font-weight:500;display:flex;flex-direction:column;gap:4px}.ptca__blocking-badge{display:inline-block;padding:var(--space-0) var(--space-1-5);background:color-mix(in srgb,var(--error) 10%,transparent);border:1px solid color-mix(in srgb,var(--error) 25%,transparent);border-radius:var(--radius-xs);font-size:var(--font-size-2xs);font-weight:700;color:var(--destructive);text-transform:uppercase;letter-spacing:.04em;width:fit-content}.ptca__med-washout{white-space:nowrap}.ptca__washout-badge{display:inline-block;padding:var(--space-0-5) var(--space-2);background:var(--bg-page);border:1px solid var(--border);border-radius:var(--radius-4xl);font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary);white-space:nowrap}.ptca__med-note-text{font-size:var(--font-size-xs);color:var(--text-tertiary);font-style:italic}.ptca__status-ok,.ptca__status-not-ok,.ptca__status-na,.ptca__status-unknown{display:flex;align-items:center;gap:5px;font-size:12.5px;font-weight:600;white-space:nowrap}.ptca__status-ok svg,.ptca__status-not-ok svg,.ptca__status-na svg,.ptca__status-unknown svg{width:14px;height:14px;flex-shrink:0}.ptca__status-ok{color:var(--success)}.ptca__status-not-ok{color:var(--destructive)}.ptca__status-na{color:var(--text-tertiary, #6b7280)}.ptca__status-unknown{color:var(--text-tertiary)}.ptca__toggle-group{display:flex;gap:5px}.ptca__toggle-btn{display:flex;align-items:center;gap:4px;padding:5px 9px;border:1px solid var(--border);border-radius:6px;background:var(--bg-card);font-size:var(--font-size-xs);font-weight:500;cursor:pointer;transition:all .15s;color:var(--text-secondary)}.ptca__toggle-btn svg{width:12px;height:12px}.ptca__toggle-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--bg-highlight)}.ptca__toggle-btn--ok{background:var(--success-light);border-color:var(--success);color:var(--success);font-weight:700}.ptca__toggle-btn--not-ok{background:var(--error-light);border-color:var(--destructive);color:var(--destructive);font-weight:700}.ptca__toggle-btn--na{background:var(--bg-page, #f3f4f6);border-color:var(--border, #d1d5db);color:var(--text-tertiary, #6b7280);font-weight:700}.ptca__washout-alerts{display:flex;flex-direction:column;gap:8px}.ptca__washout-item-alert{display:flex;align-items:flex-start;gap:10px;padding:var(--space-2-5) var(--space-3-5);border-radius:6px;font-size:var(--font-size-xs);border:1px solid}.ptca__washout-item-alert--blocking{background:var(--error-light);border-color:var(--error-border, var(--error-light));color:#b21d1d}.ptca__washout-item-alert--warn{background:var(--warning-light);border-color:var(--warning-light);color:#a75c05}.ptca__washout-item-alert-icon{display:flex;flex-shrink:0;margin-top:var(--space-0)}.ptca__washout-item-alert-icon svg{width:16px;height:16px}.ptca__washout-item-alert-body{flex:1;line-height:1.5}.ptca__checklist{display:flex;flex-direction:column;gap:8px}.ptca__checklist-item{display:flex;align-items:center;gap:12px;padding:var(--space-3-5) var(--space-4);background:var(--bg-page);border:1px solid var(--border);border-radius:10px;transition:all .15s}.ptca__checklist-item--done{background:var(--success-light);border-color:var(--success-light)}.ptca__checklist-item--rejected{background:var(--error-light);border-color:var(--error-border, var(--error-light))}.ptca__check-box{width:24px;height:24px;min-width:24px;border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:all .15s}.ptca__check-box svg{width:13px;height:13px}.ptca__check-box--checked{background:var(--success);border-color:var(--success);color:var(--text-on-primary)}.ptca__check-box--rejected{background:var(--destructive);border-color:var(--destructive);color:var(--text-on-primary)}.ptca__check-box:hover:not(.ptca__check-box--checked):not(.ptca__check-box--rejected){border-color:var(--success);background:var(--success-light)}.ptca__checklist-content{display:flex;flex-direction:column;gap:2px;flex:1}.ptca__checklist-question{font-size:var(--font-size-sm);font-weight:500;color:var(--text-primary)}.ptca__checklist-info{font-size:var(--font-size-xs);color:var(--text-secondary);line-height:1.4}.ptca__checklist-actions{flex-shrink:0}.ptca__checklist-confirm-btn,.ptca__checklist-undo-btn{padding:5px var(--space-3);border-radius:6px;font-size:var(--font-size-xs);font-weight:600;cursor:pointer;transition:all .15s;border:1px solid}.ptca__checklist-confirm-btn{background:var(--success-light);border-color:var(--success);color:var(--success)}.ptca__checklist-confirm-btn:hover{background:var(--success);color:var(--text-on-primary)}.ptca__checklist-undo-btn{background:var(--bg-card);border-color:var(--border);color:var(--text-secondary)}.ptca__checklist-undo-btn:hover{background:var(--bg-page);border-color:#c8ccd5}.ptca__progress-wrap{margin-top:var(--space-1)}.ptca__progress-label{display:flex;justify-content:space-between;font-size:var(--font-size-xs);color:var(--text-secondary);margin-bottom:var(--space-1-5);font-weight:500}.ptca__progress-bar{height:6px;background:var(--border);border-radius:var(--radius-full);overflow:hidden}.ptca__progress-fill{height:100%;background:var(--primary);border-radius:var(--radius-full);transition:width .3s ease}.ptca__progress-fill--complete{background:var(--success)}.ptca__overall-status{display:flex;align-items:center;gap:14px;padding:18px var(--space-5);border-radius:10px;border:2px solid}.ptca__overall-status svg{width:34px;height:34px;flex-shrink:0}.ptca__overall-status--ok{background:var(--success-light);border-color:var(--success);color:var(--success)}.ptca__overall-status--warning{background:var(--warning-light);border-color:var(--warning);color:var(--warning)}.ptca__overall-status--blocked{background:var(--error-light);border-color:var(--destructive);color:var(--destructive)}.ptca__overall-body{flex:1}.ptca__overall-label{font-size:var(--font-size-base);font-weight:700;margin-bottom:3px}.ptca__overall-sublabel{font-size:var(--font-size-xs);opacity:.85;line-height:1.4}.ptca__reschedule-banner{display:flex;align-items:center;gap:12px;padding:var(--space-3-5) var(--space-4);background:color-mix(in srgb,var(--info) 6%,transparent);border:1px solid color-mix(in srgb,var(--info) 25%,transparent);border-radius:10px;font-size:13.5px;color:var(--info-dark);line-height:1.5}.ptca__reschedule-icon{display:flex;flex-shrink:0}.ptca__reschedule-icon svg{width:18px;height:18px}.ptca__reschedule-body{flex:1}.ptca__reschedule-btn{display:flex;align-items:center;gap:6px;padding:7px var(--space-3-5);border:1px solid var(--info);border-radius:6px;background:var(--info-bg);color:var(--info-dark);font-size:var(--font-size-xs);font-weight:600;cursor:pointer;white-space:nowrap;transition:all .15s}.ptca__reschedule-btn svg{width:14px;height:14px}.ptca__reschedule-btn:hover{background:var(--info);color:var(--text-on-primary)}.ptca__summary-card{border:1px solid var(--border);border-radius:10px;overflow:hidden}.ptca__summary-card-header{display:flex;align-items:center;gap:8px;padding:var(--space-2-5) var(--space-3-5);background:var(--bg-page);border-bottom:1px solid var(--border)}.ptca__summary-card-header svg{width:16px;height:16px;color:var(--text-secondary)}.ptca__summary-card-header h4{font-size:var(--font-size-xs);font-weight:700;color:var(--text-primary);margin:0}.ptca__summary-patient{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) var(--space-3-5);gap:12px}.ptca__summary-patient-name{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary)}.ptca__summary-procedure-badge{display:inline-block;padding:3px var(--space-2-5);background:var(--bg-highlight);border:1px solid color-mix(in srgb,var(--primary) 20%,transparent);border-radius:var(--radius-4xl);font-size:var(--font-size-xs);font-weight:600;color:var(--primary);white-space:nowrap}.ptca__summary-section{border:1px solid var(--border);border-radius:10px;overflow:hidden}.ptca__summary-section-header{display:flex;align-items:center;gap:8px;padding:var(--space-2-5) var(--space-3-5);border-bottom:1px solid var(--border)}.ptca__summary-section-header svg{width:16px;height:16px;flex-shrink:0}.ptca__summary-section-header h4{font-size:var(--font-size-xs);font-weight:700;margin:0;flex:1;color:var(--text-primary)}.ptca__summary-section-header--ok{background:color-mix(in srgb,var(--success) 6%,transparent);color:var(--success)}.ptca__summary-section-header--danger{background:color-mix(in srgb,var(--error) 6%,transparent);color:var(--destructive)}.ptca__summary-section-header--warning{background:color-mix(in srgb,var(--warning) 6%,transparent);color:var(--warning)}.ptca__summary-badge{font-size:var(--font-size-2xs);font-weight:700;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-4xl);background:#0000000f}.ptca__summary-section-body{padding:0}.ptca__summary-list--items{margin:0;padding:var(--space-2-5) var(--space-3-5);list-style:none;display:flex;flex-direction:column;gap:8px}.ptca__summary-item--blocking,.ptca__summary-item--warn{display:flex;align-items:flex-start;gap:8px;font-size:var(--font-size-xs);line-height:1.5}.ptca__summary-item--blocking svg,.ptca__summary-item--warn svg{width:14px;height:14px;flex-shrink:0;margin-top:var(--space-0-5)}.ptca__summary-item--blocking{color:#b21d1d}.ptca__summary-item--blocking svg{color:var(--destructive)}.ptca__summary-item--warn{color:#a75c05}.ptca__summary-item--warn svg{color:var(--warning)}.ptca__summary-blocking-tag{display:inline-block;padding:0 5px;background:color-mix(in srgb,var(--error) 12%,transparent);border-radius:var(--radius-xs);font-size:var(--font-size-2xs);font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--destructive);margin-left:var(--space-1)}.ptca__summary-ok-count{padding:var(--space-2-5) var(--space-3-5);font-size:12.5px;color:var(--text-tertiary);margin:0;border-top:1px solid var(--border)}.ptca__summary-ok-text{padding:var(--space-3) var(--space-3-5);font-size:var(--font-size-xs);color:var(--text-secondary);margin:0}.ptca__summary-checklist{margin:0;padding:var(--space-2-5) var(--space-3-5);list-style:none;display:flex;flex-direction:column;gap:6px}.ptca__summary-checklist li{display:flex;align-items:center;gap:8px;font-size:var(--font-size-xs)}.ptca__summary-checklist li svg{width:14px;height:14px;flex-shrink:0}.ptca__summary-check-ok{color:var(--success)}.ptca__summary-check-ok svg{color:var(--success)}.ptca__summary-check-pending{color:var(--destructive)}.ptca__summary-check-pending svg{color:var(--destructive)}.ptca__print-note{display:flex;align-items:center;gap:12px;padding:var(--space-3-5) var(--space-4);background:color-mix(in srgb,var(--info) 4%,transparent);border:1px solid color-mix(in srgb,var(--info) 15%,transparent);border-radius:10px;font-size:var(--font-size-xs);color:var(--text-secondary);line-height:1.5}.ptca__print-note-icon{display:flex;flex-shrink:0;color:var(--info)}.ptca__print-note-icon svg{width:18px;height:18px}.ptca__print-note p{flex:1;margin:0}.ptca__footer{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-6);border-top:1px solid var(--border);background:var(--bg-page);gap:12px}.ptca__footer-left,.ptca__footer-right{display:flex;align-items:center;gap:10px}.ptca__btn{display:inline-flex;align-items:center;gap:7px;padding:9px 18px;border-radius:6px;font-size:var(--font-size-sm);font-weight:600;border:1px solid transparent;cursor:pointer;transition:all .15s;white-space:nowrap}.ptca__btn svg{width:16px;height:16px}.ptca__btn--primary{background:var(--primary);color:var(--text-on-primary);border-color:var(--primary)}.ptca__btn--primary:hover:not(.ptca__btn--disabled){filter:brightness(1.1)}.ptca__btn--secondary{background:var(--bg-card);color:var(--text-primary);border-color:var(--border)}.ptca__btn--secondary:hover{background:var(--bg-page);border-color:#c8ccd5}.ptca__btn--ghost{background:transparent;color:var(--text-secondary);border-color:transparent}.ptca__btn--ghost:hover{background:var(--bg-page);color:var(--text-primary)}.ptca__btn--disabled{opacity:.45;cursor:not-allowed}@media (max-width: 768px){.ptca__col-notes,.ptca__col-status{display:none}}@media (max-width: 640px){.ptca__header{padding:var(--space-3-5) var(--space-4)}.ptca__steps{padding:var(--space-3) var(--space-4)}.ptca__body{padding:var(--space-4)}.ptca__footer{padding:var(--space-3) var(--space-4);flex-direction:column;align-items:stretch}.ptca__footer-left,.ptca__footer-right{justify-content:center}.ptca__step-label{display:none}.ptca__washout-table{font-size:var(--font-size-xs)}.ptca__washout-table .ptca__col-washout{width:90px}.ptca__washout-table .ptca__col-action{width:140px}.ptca__toggle-btn{padding:var(--space-1) 7px;font-size:var(--font-size-2xs);gap:3px}.ptca__checklist-item{flex-wrap:wrap}.ptca__checklist-actions{width:100%;display:flex;justify-content:flex-end}.ptca__reschedule-banner{flex-wrap:wrap}.ptca__summary-patient{flex-direction:column;align-items:flex-start}}@media print{.ptca__footer,.ptca__cancel-btn,.ptca__toggle-group,.ptca__checklist-actions,.ptca__reschedule-btn,.ptca__print-note .ptca__btn{display:none}.ptca{box-shadow:none;border:1px solid var(--border-input);max-width:100%}.ptca__body{padding:var(--space-4)}.ptca__washout-row--ok{background:var(--success-bg)!important}.ptca__washout-row--not-ok{background:var(--error-bg)!important}.ptca__washout-row--na{background:var(--bg-card-hover)!important}.ptca__overall-status{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.tca-reading{display:flex;min-height:100vh;background:var(--bg-page)}.tca-reading__main{flex:1;padding:var(--space-6) var(--space-8);max-width:1440px;margin:0 auto;width:100%}.tca-reading__loading{display:flex;align-items:center;justify-content:center;height:400px;font-size:var(--font-size-base);color:var(--text-secondary)}.tca-reading__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:var(--space-6);flex-wrap:wrap}.tca-reading__header-info{flex:1;min-width:300px}.tca-reading__title{font-size:22px;font-weight:700;color:var(--text-primary);margin:0 0 var(--space-2) 0}.tca-reading__meta{display:flex;flex-wrap:wrap;gap:16px;font-size:var(--font-size-sm);color:var(--text-secondary)}.tca-reading__panel-name{background:#8b5cf61a;color:#8b5cf6;padding:var(--space-0-5) var(--space-2-5);border-radius:var(--radius-2xl);font-weight:600;font-size:var(--font-size-xs)}.tca-reading__timer{display:flex;flex-direction:column;align-items:center;gap:8px;background:var(--bg-card);border-radius:8px;padding:var(--space-4) var(--space-5);box-shadow:var(--shadow-sm);min-width:160px}.tca-reading__timer--finished .tca-reading__timer-progress{stroke:#27ae60}.tca-reading__timer--finished .tca-reading__timer-value{color:#27ae60}.tca-reading__timer--finished .tca-reading__timer-status{color:#27ae60;font-weight:600}.tca-reading__timer-circle{position:relative;width:88px;height:88px}.tca-reading__timer-svg{width:100%;height:100%;transform:rotate(-90deg)}.tca-reading__timer-bg{fill:none;stroke:var(--muted);stroke-width:6}.tca-reading__timer-progress{fill:none;stroke:#8b5cf6;stroke-width:6;stroke-linecap:round;transition:stroke-dashoffset .5s ease}.tca-reading__timer-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.tca-reading__timer-icon{width:16px;height:16px;color:var(--text-secondary)}.tca-reading__timer-icon svg{width:100%;height:100%}.tca-reading__timer-value{font-size:var(--font-size-xl);font-weight:700;font-variant-numeric:tabular-nums;color:var(--text-primary)}.tca-reading__timer-controls{display:flex;gap:8px}.tca-reading__timer-btn{width:32px;height:32px;border:1px solid var(--border);border-radius:50%;background:var(--bg-card);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-primary);transition:all .2s ease;padding:0}.tca-reading__timer-btn svg{width:14px;height:14px}.tca-reading__timer-btn:hover:not(:disabled){background:#8b5cf6;color:var(--text-on-primary);border-color:#8b5cf6}.tca-reading__timer-btn:disabled{opacity:.4;cursor:not-allowed}.tca-reading__timer-status{font-size:var(--font-size-xs);color:var(--text-secondary);text-align:center}.tca-reading__table-wrapper{background:var(--bg-card);border-radius:8px;box-shadow:var(--shadow-sm);overflow-x:auto;margin-bottom:var(--space-5)}.tca-reading__table{width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.tca-reading__th{padding:var(--space-2-5) var(--space-2);text-align:left;font-weight:600;font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);background:var(--bg-card-hover);border-bottom:2px solid var(--border);white-space:nowrap}.tca-reading__th--num{width:40px;text-align:center}.tca-reading__th--name{min-width:160px}.tca-reading__th--code{width:70px}.tca-reading__th--papula{width:65px;text-align:center}.tca-reading__th--avg{width:55px;text-align:center}.tca-reading__th--eritema{width:70px;text-align:center}.tca-reading__th--special{width:80px;text-align:center}.tca-reading__th--result{width:110px;text-align:center}.tca-reading__th--obs{min-width:100px}.tca-reading__row{border-bottom:1px solid var(--border);transition:background .15s ease}.tca-reading__row:hover{background:var(--bg-card-hover)}.tca-reading__row:nth-child(2n){background:var(--bg-card)}.tca-reading__row:nth-child(2n):hover{background:var(--bg-card-hover)}.tca-reading__row--control{background:#f5f3ff!important}.tca-reading__row--control:hover{background:#e8e4ff!important}.tca-reading__row--nr{opacity:.6}.tca-reading__td{padding:var(--space-2);vertical-align:middle}.tca-reading__td--num{text-align:center;color:var(--text-secondary);font-size:var(--font-size-xs)}.tca-reading__td--name{font-weight:500;color:var(--text-primary)}.tca-reading__td--code{font-family:SF Mono,Fira Code,monospace;font-size:var(--font-size-xs);color:var(--text-secondary)}.tca-reading__td--input{text-align:center;white-space:nowrap}.tca-reading__td--avg{text-align:center;font-weight:600;font-variant-numeric:tabular-nums}.tca-reading__td--result{text-align:center}.tca-reading__td--special{text-align:center;white-space:nowrap}.tca-reading__control-label{display:inline-block;font-size:var(--font-size-2xs);font-weight:700;color:#8b5cf6;margin-left:var(--space-1-5)}.tca-reading__input{width:44px;height:32px;border:1px solid var(--border);border-radius:4px;text-align:center;font-size:var(--font-size-sm);color:var(--text-primary);background:var(--bg-card);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.tca-reading__input:focus{border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf626}.tca-reading__input:disabled{background:var(--bg-hover-light);color:var(--text-placeholder);cursor:not-allowed}.tca-reading__input--obs{width:100%;min-width:80px;text-align:left;padding:0 6px}.tca-reading__input[type=number]{-moz-appearance:textfield}.tca-reading__input[type=number]::-webkit-outer-spin-button,.tca-reading__input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.tca-reading__input-separator{display:inline-block;margin-right:var(--space-1);font-size:var(--font-size-xs);color:var(--text-secondary)}.tca-reading__btn-special{display:inline-block;padding:3px var(--space-2);margin:0 2px;border:1px solid var(--border);border-radius:4px;background:var(--bg-card);font-size:var(--font-size-2xs);font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}.tca-reading__btn-special:hover{background:var(--border)}.tca-reading__btn-special--active{background:#27ae60;color:var(--text-on-primary);border-color:#27ae60}.tca-reading__btn-special--active:hover{background:#208d4e}.tca-reading__btn-special--nr.tca-reading__btn-special--active{background:#95a5a6;border-color:#95a5a6}.tca-reading__badge{display:inline-block;padding:3px var(--space-2-5);border-radius:var(--radius-2xl);font-size:var(--font-size-xs);font-weight:600;white-space:nowrap}.tca-reading__badge--positive{background:#e74c3c1a;color:#e74c3c}.tca-reading__badge--negative{background:#27ae601a;color:#27ae60}.tca-reading__badge--doubtful{background:#f39c121a;color:#f39c12}.tca-reading__badge--nr{background:#95a5a626;color:#95a5a6}.tca-reading__badge--invalid{background:#e67e221a;color:#e67e22}.tca-reading__alerts{margin-bottom:var(--space-5);display:flex;flex-direction:column;gap:10px}.tca-reading__alert{display:flex;align-items:center;gap:10px;padding:var(--space-3) var(--space-4);border-radius:8px;font-size:var(--font-size-sm)}.tca-reading__alert--warning{background:var(--warning-bg);border:1px solid var(--warning-light);color:var(--warning-dark)}.tca-reading__alert-icon{width:20px;height:20px;flex-shrink:0;color:#f39c12}.tca-reading__alert-icon svg{width:100%;height:100%}.tca-reading__summary{background:var(--bg-card);border-radius:8px;box-shadow:var(--shadow-sm);padding:var(--space-5) var(--space-6);margin-bottom:var(--space-5)}.tca-reading__summary-title{font-size:var(--font-size-base);font-weight:700;color:var(--text-primary);margin:0 0 var(--space-4) 0}.tca-reading__summary-grid{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:var(--space-4)}.tca-reading__summary-card{display:flex;flex-direction:column;align-items:center;padding:var(--space-3) var(--space-5);border-radius:8px;background:var(--bg-card-hover);min-width:90px}.tca-reading__summary-card--positive{background:#e74c3c14}.tca-reading__summary-card--positive .tca-reading__summary-number{color:#e74c3c}.tca-reading__summary-card--negative{background:#27ae6014}.tca-reading__summary-card--negative .tca-reading__summary-number{color:#27ae60}.tca-reading__summary-card--doubtful{background:#f39c1214}.tca-reading__summary-card--doubtful .tca-reading__summary-number{color:#f39c12}.tca-reading__summary-card--nr{background:#95a5a614}.tca-reading__summary-card--nr .tca-reading__summary-number{color:#95a5a6}.tca-reading__summary-number{font-size:28px;font-weight:700;color:var(--text-primary);line-height:1}.tca-reading__summary-label{font-size:var(--font-size-xs);color:var(--text-secondary);margin-top:var(--space-1)}.tca-reading__positives-list{margin-bottom:var(--space-4)}.tca-reading__positives-list h3{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary);margin:0 0 var(--space-2) 0}.tca-reading__positives-tags{display:flex;flex-wrap:wrap;gap:6px}.tca-reading__positive-tag{display:inline-block;padding:var(--space-1) var(--space-2-5);border-radius:var(--radius-2xl);background:#e74c3c1a;color:#e74c3c;font-size:var(--font-size-xs);font-weight:500}.tca-reading__controls-validation h3{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary);margin:0 0 var(--space-2) 0}.tca-reading__controls-status{display:flex;gap:20px;flex-wrap:wrap}.tca-reading__control-check{display:flex;align-items:center;gap:6px;font-size:var(--font-size-sm);color:var(--text-secondary)}.tca-reading__control-check svg{width:18px;height:18px}.tca-reading__control-check--ok{color:#27ae60}.tca-reading__control-check--ok svg{color:#27ae60}.tca-reading__control-check--fail{color:#e74c3c}.tca-reading__control-check--fail svg{color:#e74c3c}.tca-reading__actions{display:flex;gap:12px;flex-wrap:wrap;padding:var(--space-5) 0}.tca-reading__btn{display:inline-flex;align-items:center;gap:8px;padding:var(--space-2-5) var(--space-5);border:none;border-radius:8px;font-size:var(--font-size-sm);font-weight:600;cursor:pointer;transition:all .2s ease}.tca-reading__btn:disabled{opacity:.5;cursor:not-allowed}.tca-reading__btn--primary{background:#8b5cf6;color:var(--text-on-primary)}.tca-reading__btn--primary:hover:not(:disabled){background:#7c3aed;box-shadow:var(--shadow)}.tca-reading__btn--secondary{background:var(--bg-page);color:var(--text-primary);border:1px solid var(--border)}.tca-reading__btn--secondary:hover:not(:disabled){background:var(--border)}.tca-reading__btn--outline{background:transparent;color:var(--text-secondary);border:1px solid var(--border)}.tca-reading__btn--outline:hover:not(:disabled){background:var(--bg-card-hover);color:var(--text-primary)}.tca-reading__btn-icon{width:16px;height:16px;display:flex}.tca-reading__btn-icon svg{width:100%;height:100%}@media print{.tca-reading{background:var(--bg-card)}.sidebar,.floating-fabs,.tca-reading__timer-controls,.tca-reading__actions,.tca-reading__btn-special{display:none!important}.tca-reading__main{padding:0;max-width:100%}.tca-reading__table-wrapper,.tca-reading__summary{box-shadow:none;break-inside:avoid}.tca-reading__table{font-size:var(--font-size-2xs)}.tca-reading__input{border:none;background:transparent;text-align:center}.tca-reading__input--obs{text-align:left}.tca-reading__timer{box-shadow:none;padding:var(--space-2)}.tca-reading__header{border-bottom:2px solid var(--text-primary);padding-bottom:var(--space-3)}}@media (max-width: 900px){.tca-reading__main{padding:var(--space-4)}.tca-reading__header{flex-direction:column;align-items:stretch}.tca-reading__timer{flex-direction:row;align-items:center;gap:16px;padding:var(--space-3) var(--space-4)}.tca-reading__timer-circle{width:60px;height:60px}.tca-reading__timer-value{font-size:var(--font-size-base)}.tca-reading__summary-grid{gap:8px}.tca-reading__summary-card{padding:var(--space-2-5) var(--space-3-5);min-width:70px}.tca-reading__summary-number{font-size:22px}}@media (max-width: 600px){.tca-reading__table{font-size:var(--font-size-xs)}.tca-reading__th,.tca-reading__td{padding:var(--space-1-5) var(--space-1)}.tca-reading__input{width:36px;height:28px;font-size:var(--font-size-xs)}.tca-reading__actions{flex-direction:column}.tca-reading__btn{width:100%;justify-content:center}}.tca-wf{flex:1;background:var(--bg-page);min-height:100vh;padding:var(--space-4) var(--space-6);overflow-y:auto}.tca-wf>*{max-width:1440px;margin-left:auto;margin-right:auto}.tca-wf__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-6)}.tca-wf__header-left{display:flex;flex-direction:column;gap:4px}.tca-wf__title{font-size:var(--font-size-2xl);font-weight:700;color:var(--text-primary);margin:0}.tca-wf__subtitle{font-size:var(--font-size-sm);color:var(--text-secondary)}.tca-wf__header-patient{display:flex;align-items:center;gap:8px;background:var(--bg-card);padding:var(--space-2) var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--border);font-weight:600;color:var(--text-primary)}.tca-wf__header-patient svg{width:18px;height:18px;color:var(--primary)}.tca-wf__progress{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:var(--space-6);background:var(--bg-card);padding:var(--space-4) var(--space-6);border-radius:var(--radius-2xl);border:1px solid var(--border)}.tca-wf__progress-step{display:flex;align-items:center;gap:8px;cursor:pointer;position:relative}.tca-wf__progress-step--active .tca-wf__progress-icon{background:var(--primary);color:var(--text-on-primary);box-shadow:0 0 0 4px var(--primary-bg-light)}.tca-wf__progress-step--active .tca-wf__progress-label{color:var(--primary);font-weight:600}.tca-wf__progress-step--done .tca-wf__progress-icon{background:var(--success);color:var(--text-on-primary)}.tca-wf__progress-step--done .tca-wf__progress-label{color:var(--success)}.tca-wf__progress-step--done .tca-wf__progress-line{background:var(--success)}.tca-wf__progress-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--border);color:var(--text-secondary);flex-shrink:0;transition:all .2s}.tca-wf__progress-icon svg{width:18px;height:18px}.tca-wf__progress-label{font-size:var(--font-size-xs);color:var(--text-secondary);white-space:nowrap;transition:all .2s}@media (max-width: 900px){.tca-wf__progress-label{display:none}}.tca-wf__progress-line{width:40px;height:2px;background:var(--border);margin:0 var(--space-2);transition:background .2s}@media (max-width: 900px){.tca-wf__progress-line{width:20px}}.tca-wf__alert{display:flex;justify-content:space-between;align-items:center;padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);margin-bottom:var(--space-4);font-size:var(--font-size-sm)}.tca-wf__alert button{background:none;border:none;cursor:pointer;font-size:var(--font-size-base);opacity:.7}.tca-wf__alert button:hover{opacity:1}.tca-wf__alert--error{background:var(--error-bg);color:var(--error-dark);border:1px solid var(--error-border)}.tca-wf__alert--success{background:var(--success-bg);color:var(--success-dark);border:1px solid var(--success-light)}.tca-wf__content{background:var(--bg-card);border-radius:var(--radius-2xl);border:1px solid var(--border);padding:var(--space-6);margin-bottom:var(--space-4);min-height:400px}.tca-wf__step-title{font-size:var(--font-size-xl);font-weight:700;color:var(--text-primary);margin:0 0 var(--space-2)}.tca-wf__step-desc{font-size:var(--font-size-sm);color:var(--text-secondary);margin:0 0 var(--space-6)}.tca-wf__field{margin-bottom:var(--space-5)}.tca-wf__field--inline{display:flex;align-items:center;gap:12px}.tca-wf__label{display:block;font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary);margin-bottom:var(--space-1-5)}.tca-wf__input{width:100%;padding:10px 12px 10px 36px;border:1px solid var(--border-input);border-radius:var(--radius-lg);font-size:var(--font-size-sm);outline:none;transition:border-color .2s}.tca-wf__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-bg-light)}.tca-wf__select{width:100%;padding:var(--space-2-5) var(--space-3);border:1px solid var(--border-input);border-radius:var(--radius-lg);font-size:var(--font-size-sm);background:var(--bg-card);outline:none}.tca-wf__select:focus{border-color:var(--primary)}.tca-wf__select--small{width:auto;min-width:160px}.tca-wf__search-wrap{position:relative}.tca-wf__search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--text-tertiary)}.tca-wf__search-icon svg{width:16px;height:16px}.tca-wf__patient-list{list-style:none;padding:0;margin:var(--space-1) 0 0;border:1px solid var(--border);border-radius:var(--radius-lg);max-height:200px;overflow-y:auto;background:var(--bg-card);box-shadow:0 4px 12px #00000014}.tca-wf__patient-item{padding:var(--space-2-5) var(--space-3);cursor:pointer;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center;transition:background .15s}.tca-wf__patient-item:hover{background:var(--primary-bg-light)}.tca-wf__patient-item:last-child{border-bottom:none}.tca-wf__patient-cpf{font-size:var(--font-size-xs);color:var(--text-tertiary);font-family:monospace}.tca-wf__selected-patient{margin-top:var(--space-2);padding:var(--space-2-5) var(--space-4);background:var(--primary-bg-light);border-radius:var(--radius-lg);font-size:var(--font-size-sm);color:var(--text-primary);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.tca-wf__btn-link{background:none;border:none;color:var(--primary);cursor:pointer;font-size:var(--font-size-xs);text-decoration:underline;display:inline-flex;align-items:center;gap:4px}.tca-wf__btn-link svg{width:14px;height:14px}.tca-wf__btn-link:hover{color:var(--primary-dark)}.tca-wf__panel-preview{margin-top:var(--space-3);padding:var(--space-3);background:var(--bg-card-hover);border-radius:var(--radius-lg);border:1px solid var(--border)}.tca-wf__panel-preview-label{font-size:var(--font-size-xs);color:var(--text-secondary);display:block;margin-bottom:var(--space-2)}.tca-wf__panel-tags{display:flex;flex-wrap:wrap;gap:6px}.tca-wf__tag{display:inline-block;padding:3px var(--space-2);border-radius:var(--radius-sm);font-size:var(--font-size-2xs);font-weight:600;background:var(--border);color:var(--text-secondary)}.tca-wf__tag--controle{background:var(--info-light);color:var(--info-dark)}.tca-wf__tag--ácaro,.tca-wf__tag--acaro{background:var(--accent-purple);color:#6d28d9}.tca-wf__tag--gramínea,.tca-wf__tag--graminea{background:var(--success-light);color:var(--success-dark)}.tca-wf__tag--animal{background:var(--warning-light);color:var(--warning-dark)}.tca-wf__tag--inseto{background:var(--error-light);color:var(--error-dark)}.tca-wf__tag--fungo{background:var(--info-bg);color:var(--info)}.tca-wf__tag--látex,.tca-wf__tag--latex{background:var(--success-bg);color:var(--success-dark)}.tca-wf__tag--alimentar{background:var(--warning-bg);color:var(--warning-dark)}.tca-wf__tag--pólen,.tca-wf__tag--polen{background:var(--accent-pink);color:var(--error-dark)}.tca-wf__tag--more{background:var(--muted);color:var(--text-secondary);font-style:italic}.tca-wf__tag--default{background:var(--muted);color:var(--text-secondary)}.tca-wf__timer-select{display:flex;gap:8px}.tca-wf__timer-btn{padding:var(--space-2) var(--space-5);border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);font-size:var(--font-size-sm);font-weight:600;cursor:pointer;transition:all .2s;color:var(--text-secondary)}.tca-wf__timer-btn:hover{border-color:var(--primary);color:var(--primary)}.tca-wf__timer-btn--active{border-color:var(--primary);background:var(--primary);color:var(--text-on-primary)}.tca-wf__timer-display{position:relative;width:220px;height:220px;margin:32px auto}.tca-wf__timer-circle{width:100%;height:100%}.tca-wf__timer-bg{stroke:var(--border)}.tca-wf__timer-progress{transition:stroke-dashoffset 1s linear,stroke .3s}.tca-wf__timer-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.tca-wf__timer-time{display:block;font-size:36px;font-weight:700;color:var(--text-primary);font-variant-numeric:tabular-nums}.tca-wf__timer-time--done{font-size:28px;color:var(--success)}.tca-wf__timer-label{font-size:var(--font-size-xs);color:var(--text-secondary)}.tca-wf__timer-controls{display:flex;justify-content:center;gap:12px;margin-top:var(--space-4)}.tca-wf__timer-alert{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:var(--space-6);padding:var(--space-3) var(--space-5);background:var(--success-bg);color:var(--success-dark);border-radius:var(--radius-lg);border:1px solid var(--success-light);font-weight:600}.tca-wf__timer-alert svg{width:18px;height:18px}.tca-wf__btn{display:inline-flex;align-items:center;gap:6px;padding:var(--space-2-5) var(--space-5);border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:600;cursor:pointer;border:none;transition:all .2s}.tca-wf__btn svg{width:16px;height:16px}.tca-wf__btn:disabled{opacity:.5;cursor:not-allowed}.tca-wf__btn--primary{background:var(--primary);color:var(--text-on-primary)}.tca-wf__btn--primary:hover:not(:disabled){background:var(--primary-dark)}.tca-wf__btn--secondary{background:var(--muted);color:var(--text-primary);border:1px solid var(--border-input)}.tca-wf__btn--secondary:hover:not(:disabled){background:var(--border)}.tca-wf__btn--ghost{background:transparent;color:var(--text-secondary)}.tca-wf__btn--ghost:hover:not(:disabled){background:var(--muted)}.tca-wf__nav{display:flex;justify-content:space-between;align-items:center;padding:var(--space-3) 0}.tca-wf__result-summary{margin-bottom:var(--space-6)}.tca-wf__result-cards{display:flex;gap:16px;margin-bottom:var(--space-5);flex-wrap:wrap}.tca-wf__result-card{flex:1;min-width:120px;padding:var(--space-4);border-radius:var(--radius-xl);text-align:center;border:1px solid var(--border)}.tca-wf__result-card--positive{background:var(--error-bg);border-color:var(--error-light)}.tca-wf__result-card--negative{background:var(--success-bg);border-color:var(--success-light)}.tca-wf__result-card--nr{background:var(--bg-card-hover);border-color:var(--border)}.tca-wf__result-card--valid{background:var(--success-bg);border-color:var(--success-light)}.tca-wf__result-card--invalid{background:var(--error-bg);border-color:var(--error-light)}.tca-wf__result-card-value{display:block;font-size:28px;font-weight:700;color:var(--text-primary)}.tca-wf__result-card-label{display:block;font-size:var(--font-size-xs);color:var(--text-secondary);margin-top:var(--space-1);text-transform:uppercase;letter-spacing:.05em}.tca-wf__result-positives{margin-bottom:var(--space-4)}.tca-wf__result-positives h4{font-size:var(--font-size-sm);font-weight:600;color:var(--error-dark);margin:0 0 var(--space-2)}.tca-wf__result-positives ul{list-style:disc;padding-left:var(--space-5);color:var(--text-primary);font-size:var(--font-size-sm)}.tca-wf__result-positives ul li{margin-bottom:var(--space-1)}.tca-wf__result-legal{padding:var(--space-3) var(--space-4);background:var(--warning-bg);border:1px solid var(--warning-light);border-radius:var(--radius-lg);font-size:var(--font-size-xs);color:var(--warning-dark);font-style:italic;line-height:1.5}.tca-wf__result-table-wrap{margin-top:var(--space-6)}.tca-wf__result-table-wrap h3{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin:0 0 var(--space-3)}.tca-wf__result-table{width:100%;border-collapse:collapse;font-size:var(--font-size-xs)}.tca-wf__result-table th{background:var(--bg-card-hover);padding:var(--space-2-5) var(--space-3);text-align:left;font-weight:600;color:var(--text-primary);border-bottom:2px solid var(--border)}.tca-wf__result-table td{padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border-light)}.tca-wf__result-row--positivo{background:var(--error-bg)}.tca-wf__result-row--negativo{background:var(--bg-card)}.tca-wf__result-row--nr{background:var(--bg-card-hover)}.tca-wf__result-row--controle_pos,.tca-wf__result-row--controle_neg{background:var(--info-bg)}.tca-wf__classification{display:inline-block;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-sm);font-size:var(--font-size-2xs);font-weight:700;text-transform:uppercase}.tca-wf__classification--positivo{background:var(--error-light);color:#881337}.tca-wf__classification--negativo{background:var(--success-light);color:var(--success-dark)}.tca-wf__classification--nr{background:var(--border);color:var(--text-secondary)}.tca-wf__classification--controle_pos,.tca-wf__classification--controle_neg{background:var(--info-light);color:var(--info-dark)}.tca-wf__result-actions{margin-top:var(--space-6);padding-top:var(--space-5);border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.tca-wf__result-btns{display:flex;gap:12px}.tca-wf__modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.tca-wf__modal{background:var(--bg-card);border-radius:var(--radius-2xl);width:90%;max-width:600px;max-height:80vh;overflow:hidden;box-shadow:0 20px 60px #00000026}.tca-wf__modal-header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border)}.tca-wf__modal-header h3{margin:0;font-size:var(--font-size-base);color:var(--text-primary)}.tca-wf__modal-close{background:none;border:none;font-size:var(--font-size-lg);cursor:pointer;color:var(--text-secondary)}.tca-wf__modal-close:hover{color:var(--text-primary)}.tca-wf__modal-body{padding:var(--space-5);overflow-y:auto;max-height:60vh}.tca-wf__history-table{width:100%;border-collapse:collapse;font-size:var(--font-size-xs)}.tca-wf__history-table th{background:var(--bg-card-hover);padding:var(--space-2-5) var(--space-3);text-align:left;font-weight:600;border-bottom:2px solid var(--border)}.tca-wf__history-table td{padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border-light)}.tca-wf__status-badge{display:inline-block;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-sm);font-size:var(--font-size-2xs);font-weight:600;text-transform:uppercase}.tca-wf__status-badge--draft{background:var(--muted);color:var(--text-secondary)}.tca-wf__status-badge--pre_tca{background:var(--info-light);color:var(--info-dark)}.tca-wf__status-badge--waiting{background:var(--warning-light);color:var(--warning-dark)}.tca-wf__status-badge--reading{background:var(--accent-purple);color:#6d28d9}.tca-wf__status-badge--completed{background:var(--success-light);color:var(--success-dark)}.tca-wf__status-badge--cancelled{background:var(--error-light);color:var(--error-dark)}.tca-wf__empty{text-align:center;color:var(--text-secondary);padding:var(--space-6);font-size:var(--font-size-sm)}.mfw{max-width:1440px;margin:0 auto;padding:var(--space-6)}.mfw__header{margin-bottom:var(--space-6)}.mfw__title{font-size:22px;font-weight:700;color:var(--text-primary);margin:0 0 6px}.mfw__subtitle{font-size:var(--font-size-sm);color:var(--text-secondary);margin:0}.mfw__content{background:var(--bg-card);border-radius:var(--radius-xl);padding:28px;box-shadow:0 1px 4px #0000000f;margin-bottom:var(--space-5)}.mfw__nav{display:flex;justify-content:space-between;align-items:center;gap:12px}.mfw__nav:has(>:only-child){justify-content:flex-end}.mfw-stepper{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:var(--space-6)}.mfw-stepper__step{display:flex;align-items:center;gap:6px;padding:var(--space-2) var(--space-4);position:relative}.mfw-stepper__step:not(:last-child):after{content:"";position:absolute;right:-20px;top:50%;width:40px;height:2px;background:var(--border);transform:translateY(-50%)}.mfw-stepper__step--active .mfw-stepper__step__number,.mfw-stepper__step--active .mfw-stepper__number{background:var(--info);color:var(--text-on-primary)}.mfw-stepper__step--done .mfw-stepper__step__number,.mfw-stepper__step--done .mfw-stepper__number{background:var(--success);color:var(--text-on-primary)}.mfw-stepper__step--active .mfw-stepper__step__label,.mfw-stepper__step--active .mfw-stepper__label{color:var(--info);font-weight:600}.mfw-stepper__step--done .mfw-stepper__step__label,.mfw-stepper__step--done .mfw-stepper__label{color:var(--success)}.mfw-stepper__step--done:not(:last-child):after,.mfw-stepper__step--active:not(:last-child):after{background:var(--info)}.mfw-stepper__number{width:30px;height:30px;border-radius:50%;background:var(--border);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-size:var(--font-size-xs);font-weight:700;flex-shrink:0}.mfw-stepper__label{font-size:var(--font-size-xs);color:var(--text-tertiary);white-space:nowrap}.mfw-step__title{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin:0 0 var(--space-5) 0;padding-bottom:var(--space-2-5);border-bottom:2px solid var(--border-light)}.mfw-field{margin-bottom:var(--space-4)}.mfw-field--flex1{flex:1}.mfw-field--flex2{flex:2}.mfw-field__label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--text-primary);margin-bottom:var(--space-1);text-transform:uppercase;letter-spacing:.3px}.mfw-field__input,.mfw-field__select,.mfw-field__textarea{width:100%;padding:var(--space-2-5) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--bg-card);transition:border-color .2s;box-sizing:border-box}.mfw-field__input:focus,.mfw-field__select:focus,.mfw-field__textarea:focus{outline:none;border-color:var(--info);box-shadow:0 0 0 2px #8b5cf61f}.mfw-field__input::placeholder,.mfw-field__select::placeholder,.mfw-field__textarea::placeholder{color:var(--text-placeholder)}.mfw-field__input[readonly],.mfw-field__select[readonly],.mfw-field__textarea[readonly]{background:var(--bg-hover-light);cursor:not-allowed}.mfw-field__textarea{resize:vertical;min-height:60px}.mfw-field__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:30px}.mfw-field__autocomplete{position:relative}.mfw-field__spinner{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:var(--font-size-xs);color:var(--text-tertiary)}.mfw-field__dropdown{position:absolute;z-index:50;top:100%;left:0;right:0;background:var(--bg-card);border:1px solid var(--border);border-radius:0 0 6px 6px;max-height:220px;overflow-y:auto;list-style:none;margin:0;padding:0;box-shadow:0 4px 12px #0000001a}.mfw-field__dropdown-item{padding:var(--space-2-5) var(--space-3);cursor:pointer;font-size:var(--font-size-xs);border-bottom:1px solid var(--border-light)}.mfw-field__dropdown-item:hover{background:var(--primary-bg-light)}.mfw-field__dropdown-item:last-child{border-bottom:none}.mfw-field__dropdown-cpf{color:var(--text-tertiary);font-size:var(--font-size-xs)}.mfw-field-row{display:flex;gap:12px;margin-bottom:var(--space-4)}.mfw-field-row .mfw-field{margin-bottom:0}.mfw-radio-group{display:flex;gap:12px}.mfw-radio{flex:1;display:flex;align-items:flex-start;gap:10px;padding:var(--space-4);border:2px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:border-color .2s,background .2s}.mfw-radio:hover{border-color:var(--info);background:var(--primary-bg-subtle)}.mfw-radio--active{border-color:var(--info);background:var(--primary-bg-light)}.mfw-radio input[type=radio]{margin-top:3px;accent-color:var(--info)}.mfw-radio__content{display:flex;flex-direction:column;gap:2px}.mfw-radio__content strong{font-size:var(--font-size-sm);color:var(--text-primary)}.mfw-radio__content span{font-size:var(--font-size-xs);color:var(--text-secondary)}.mfw-patient-card{background:var(--primary-bg-subtle);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4);margin-bottom:var(--space-5)}.mfw-patient-card h4{margin:0 0 10px;font-size:var(--font-size-sm);color:var(--text-primary)}.mfw-patient-card__grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 20px;font-size:var(--font-size-xs);color:var(--text-primary)}.mfw-patient-card__grid strong{color:var(--text-secondary)}.mfw-patient-card__section{margin-top:var(--space-3);padding-top:var(--space-2-5);border-top:1px solid var(--border);font-size:var(--font-size-xs)}.mfw-patient-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:var(--space-1-5)}.mfw-patient-card__tag{display:inline-block;padding:var(--space-1) var(--space-2-5);background:var(--primary-bg-light);border:1px solid var(--primary-border-light);border-radius:var(--radius-sm);font-size:var(--font-size-xs);color:var(--text-secondary);cursor:pointer;transition:background .2s}.mfw-patient-card__tag:hover{background:var(--primary-bg-medium)}.mfw-lme-meds{margin-bottom:var(--space-5)}.mfw-lme-meds__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-2-5)}.mfw-lme-meds__header span{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary)}.mfw-lme-meds__row{display:flex;gap:10px;align-items:flex-end;margin-bottom:var(--space-2)}.mfw-review__section{padding:14px 0;border-bottom:1px solid var(--border-light)}.mfw-review__section:last-child{border-bottom:none}.mfw-review__section h4{margin:0 0 var(--space-2) 0;font-size:var(--font-size-xs);font-weight:700;color:var(--info);text-transform:uppercase;letter-spacing:.5px}.mfw-review__section p{margin:var(--space-1) 0;font-size:var(--font-size-sm);color:var(--text-primary)}.mfw-review__list{list-style:disc;padding-left:var(--space-5);margin:6px 0}.mfw-review__list li{font-size:var(--font-size-sm);color:var(--text-primary);margin-bottom:var(--space-1)}.mfw-actions{display:flex;gap:12px;justify-content:center;margin-top:var(--space-5)}.mfw-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:var(--space-2-5) 22px;border:none;border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:600;cursor:pointer;transition:all .2s}.mfw-btn:disabled{opacity:.5;cursor:not-allowed}.mfw-btn--primary{background:var(--info);color:var(--text-on-primary)}.mfw-btn--primary:hover:not(:disabled){background:var(--info)}.mfw-btn--secondary{background:var(--success);color:var(--text-on-primary)}.mfw-btn--secondary:hover:not(:disabled){background:var(--success)}.mfw-btn--outline{background:transparent;border:1px solid var(--border);color:var(--text-secondary)}.mfw-btn--outline:hover:not(:disabled){border-color:var(--info);color:var(--info);background:var(--primary-bg-subtle)}.mfw-btn--danger{background:var(--error);color:var(--text-on-primary);padding:var(--space-1-5) var(--space-2-5);font-size:var(--font-size-xs)}.mfw-btn--danger:hover:not(:disabled){background:var(--error-hover)}.mfw-btn--small{padding:var(--space-1-5) var(--space-3-5);font-size:var(--font-size-xs)}.mfw-btn--large{padding:var(--space-3-5) var(--space-8);font-size:var(--font-size-base)}.mfw-btn--icon{padding:var(--space-2) var(--space-3);min-width:36px}.mfw-pdf-preview{margin-bottom:var(--space-4)}.mfw-pdf-preview__iframe{width:100%;height:600px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-hover-light)}.mfw-error{background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-md);padding:var(--space-2-5) var(--space-3-5);color:var(--error);font-size:var(--font-size-xs);margin-bottom:var(--space-4)}@media (max-width: 768px){.mfw{padding:var(--space-3)}.mfw__content{padding:var(--space-4)}.mfw-stepper{gap:0}.mfw-stepper__step{padding:var(--space-1) var(--space-2)}.mfw-stepper__step:not(:last-child):after{width:16px;right:-8px}.mfw-stepper__label{display:none}.mfw-field-row{flex-direction:column;gap:0}.mfw-radio-group{flex-direction:column}.mfw-patient-card__grid{grid-template-columns:1fr}.mfw-lme-meds__row{flex-wrap:wrap}.mfw-actions{flex-direction:column}.mfw-actions .mfw-btn{width:100%}.mfw-pdf-preview__iframe{height:400px}}.gm-page{padding:var(--space-4) var(--space-6);max-width:1440px;margin:0 auto}@media (max-width: 1024px){.gm-page{padding:var(--space-4) var(--space-5)}}@media (max-width: 768px){.gm-page{padding:var(--space-4)}}.gm-page__header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:var(--space-4);margin-bottom:var(--space-4)}.gm-page__title{margin:0 0 var(--space-1);font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);letter-spacing:-.02em}.gm-page__subtitle{color:var(--text-secondary);font-size:var(--font-size-sm);margin:0}.gm-page__timestamp{display:flex;align-items:center;gap:var(--space-1);color:var(--text-tertiary, var(--text-secondary));font-size:var(--font-size-xs);margin-bottom:var(--space-5)}.gm-page__timestamp svg{opacity:.6}.gm-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-4);margin-bottom:var(--space-6)}.gm-card{background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--gm-accent, var(--primary));border-radius:var(--radius);padding:var(--space-4);display:flex;align-items:flex-start;gap:var(--space-3);transition:var(--transition-theme)}.gm-card__icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg);background:color-mix(in srgb,var(--gm-accent, var(--primary)) 10%,transparent);color:var(--gm-accent, var(--primary));flex-shrink:0}.gm-card__body{flex:1;min-width:0}.gm-card__value{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold);color:var(--text-primary);line-height:1.2;margin-bottom:var(--space-1)}.gm-card__label{font-size:var(--font-size-xs);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.gm-card__sub{font-size:var(--font-size-xs);color:var(--gm-accent, var(--primary));margin-top:var(--space-1);opacity:.85}.gm-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4);margin-bottom:var(--space-4)}.gm-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-3);gap:var(--space-3)}.gm-section__title{display:flex;align-items:center;gap:var(--space-2);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0}.gm-section__title svg{color:var(--primary)}.gm-table{width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.gm-table th,.gm-table td{padding:var(--space-2) var(--space-3);text-align:left}.gm-table th{color:var(--text-secondary);font-weight:var(--font-weight-medium);text-transform:uppercase;font-size:var(--font-size-xs);letter-spacing:.05em;border-bottom:1px solid var(--border)}.gm-table td{border-bottom:1px solid var(--border-subtle, var(--border))}.gm-table tr:last-child td{border-bottom:none}.gm-table tr:hover td{background:var(--neutral-bg-hover)}.gm-badge{display:inline-flex;align-items:center;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-sm);background:var(--primary-bg-medium, rgba(var(--primary-rgb, 99 102 241)/.12));color:var(--primary);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);font-family:var(--font-mono, monospace)}.gm-btn{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-lg);border:1px solid transparent;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.gm-btn:disabled{opacity:.5;cursor:not-allowed}.gm-btn--secondary{background:var(--bg-card);border-color:var(--border);color:var(--text-primary)}.gm-btn--secondary:hover:not(:disabled){background:var(--neutral-bg-hover)}.gm-btn--ghost{background:transparent;color:var(--primary);border-color:transparent}.gm-btn--ghost:hover:not(:disabled){background:var(--primary-bg-medium)}.gm-alert{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);background:var(--error-bg);border:1px solid var(--error-border, var(--error-light));border-radius:var(--radius-lg);font-size:var(--font-size-sm);color:var(--text-primary);margin-top:var(--space-4)}.gm-alert svg{color:var(--error);flex-shrink:0}.gm-empty,.gm-hint{color:var(--text-secondary);font-size:var(--font-size-sm);margin:var(--space-2) 0 0}.gm-skeleton{display:inline-block;height:1.5rem;width:4rem;background:var(--skeleton-bg, var(--border));border-radius:var(--radius-sm);animation:gm-pulse 1.5s ease-in-out infinite}.gm-skeleton--block{display:block;width:100%;height:60px}@keyframes gm-pulse{0%,to{opacity:1}50%{opacity:.4}}.procedure-detail-page{flex:1;max-width:1440px;margin:0 auto;width:100%;padding:var(--space-6) var(--space-8)}@media (max-width: 1024px){.procedure-detail-page{padding:var(--space-5) var(--space-6)}}@media (max-width: 768px){.procedure-detail-page{padding:var(--space-4)}}.proc-detail__back{display:inline-flex;align-items:center;gap:var(--space-2);background:transparent;border:none;color:var(--text-secondary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;padding:var(--space-2) 0;margin-bottom:var(--space-5);transition:color .15s ease}.proc-detail__back:hover{color:var(--text-primary)}.proc-detail__back-icon{display:flex;width:18px;height:18px}.proc-detail__back-icon svg{width:100%;height:100%}.proc-detail__header{display:flex;align-items:flex-start;gap:var(--space-4);padding:var(--space-5);background:var(--bg-card);border-radius:var(--radius-2xl);border:1px solid var(--border);border-left-width:4px;margin-bottom:var(--space-5)}@media (max-width: 768px){.proc-detail__header{flex-direction:column}}.proc-detail__header-icon{width:52px;height:52px;border-radius:var(--radius-2xl);display:flex;align-items:center;justify-content:center;flex-shrink:0}.proc-detail__header-icon svg{width:26px;height:26px}.proc-detail__header-info{flex:1;min-width:0}.proc-detail__tag{display:inline-flex;align-items:center;padding:var(--space-0-5) var(--space-2-5);border-radius:var(--radius-full);font-size:var(--font-size-2xs);font-weight:var(--font-weight-semibold);letter-spacing:.04em;text-transform:uppercase;margin-bottom:var(--space-2)}.proc-detail__title{margin:0;font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);letter-spacing:-.01em}.proc-detail__share-wrap{position:relative;flex-shrink:0}.proc-detail__share-btn{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;white-space:nowrap;transition:all .15s ease}.proc-detail__share-btn:hover{border-color:var(--border-input);background:var(--bg-card-hover)}.proc-detail__share-icon{display:flex;width:16px;height:16px}.proc-detail__share-icon svg{width:100%;height:100%}.proc-detail__share-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10}.proc-detail__share-menu{position:absolute;top:100%;right:0;margin-top:var(--space-1);background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:0 8px 24px #0000001f;min-width:200px;z-index:11;overflow:hidden}.proc-detail__share-option{display:flex;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-3) var(--space-4);border:none;background:transparent;font-size:var(--font-size-sm);color:var(--text-primary);cursor:pointer;text-align:left;transition:background .1s ease}.proc-detail__share-option:hover{background:var(--bg-card-hover)}.proc-detail__share-option--whatsapp{color:var(--success)}.proc-detail__share-option--whatsapp:hover{background:var(--success-bg)}.proc-detail__share-option-icon{display:flex;width:18px;height:18px;flex-shrink:0}.proc-detail__share-option-icon svg{width:100%;height:100%}.proc-detail__description{padding:var(--space-4) var(--space-5);background:var(--bg-card);border-radius:var(--radius-2xl);border:1px solid var(--border);margin-bottom:var(--space-5)}.proc-detail__description p{margin:0;font-size:var(--font-size-sm);color:var(--text-primary);line-height:1.7}.proc-detail__sections{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-6)}.proc-detail__accordion{background:var(--bg-card);border-radius:var(--radius-xl);border:1px solid var(--border);overflow:hidden;transition:border-color .15s ease}.proc-detail__accordion--open{border-color:var(--border-input);box-shadow:0 1px 4px #0000000f}.proc-detail__accordion-header{display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-4) var(--space-5);background:transparent;border:none;cursor:pointer;text-align:left;transition:background .1s ease}.proc-detail__accordion-header:hover{background:var(--bg-card-hover)}.proc-detail__accordion-icon{display:flex;width:18px;height:18px;color:var(--text-secondary);flex-shrink:0}.proc-detail__accordion-icon svg{width:100%;height:100%}.proc-detail__accordion-title{flex:1;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.proc-detail__accordion-chevron{display:flex;width:16px;height:16px;color:var(--text-tertiary);flex-shrink:0}.proc-detail__accordion-chevron svg{width:100%;height:100%}.proc-detail__accordion-body{list-style:none;margin:0;padding:0 var(--space-5) var(--space-4);display:flex;flex-direction:column;gap:var(--space-2);border-top:1px solid var(--border-light)}.proc-detail__accordion-item{display:flex;align-items:flex-start;gap:var(--space-2);font-size:var(--font-size-sm);color:var(--text-primary);line-height:1.6;padding-top:var(--space-2)}.proc-detail__accordion-bullet{width:6px;height:6px;border-radius:50%;background:var(--primary);flex-shrink:0;margin-top:7px}.proc-detail__comparison{margin-bottom:var(--space-6)}.proc-detail__comparison-title{margin:0 0 var(--space-2) 0;font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.proc-detail__comparison-desc{margin:0 0 var(--space-5) 0;font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.6}.proc-detail__table-wrap{overflow-x:auto;border-radius:var(--radius-2xl);border:1px solid var(--border)}.proc-detail__table{width:100%;border-collapse:collapse;font-size:var(--font-size-sm);background:var(--bg-card)}.proc-detail__table th,.proc-detail__table td{padding:var(--space-3) var(--space-4);text-align:left;border-bottom:1px solid var(--border-light)}.proc-detail__table thead th{background:var(--bg-card-hover);font-weight:var(--font-weight-semibold);color:var(--text-primary);white-space:nowrap}.proc-detail__table tbody tr:last-child td{border-bottom:none}.proc-detail__table tbody tr:hover{background:var(--bg-card-hover)}.proc-detail__table-th--slit{color:var(--success)}.proc-detail__table-th--scit{color:var(--error)}.proc-detail__table-th-icon{display:inline-flex;width:16px;height:16px;vertical-align:middle;margin-right:var(--space-1)}.proc-detail__table-th-icon svg{width:100%;height:100%}.proc-detail__table-criterion{font-weight:var(--font-weight-medium);color:var(--text-primary);white-space:nowrap}.proc-detail__related{padding-top:var(--space-5);border-top:2px solid var(--border)}.proc-detail__related-title{margin:0 0 var(--space-4) 0;font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.proc-detail__related-grid{display:flex;flex-wrap:wrap;gap:var(--space-3)}.proc-detail__related-card{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);cursor:pointer;transition:all .15s ease}.proc-detail__related-card:hover{border-color:var(--border-input);box-shadow:0 2px 8px #0000000f}.proc-detail__related-icon{width:36px;height:36px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.proc-detail__related-icon svg{width:18px;height:18px}.proc-detail__related-name{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:var(--text-primary);white-space:nowrap}.proc-detail__loading{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);padding:var(--space-12) 0;color:var(--text-secondary)}.proc-detail__loading-icon{display:flex;width:32px;height:32px;animation:proc-detail-spin 1s linear infinite}.proc-detail__loading-icon svg{width:100%;height:100%}@keyframes proc-detail-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.proc-detail__error{padding:var(--space-6);background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-2xl);text-align:center;color:var(--error-hover)}.proc-detail__error p{margin:0 0 var(--space-3) 0}.proc-detail__error button{padding:var(--space-2) var(--space-4);background:var(--error);color:var(--text-on-primary);border:none;border-radius:var(--radius-lg);cursor:pointer;font-size:var(--font-size-sm)}.proc-detail__error button:hover{background:var(--error-hover)}.dpm-wiz{max-width:1440px;margin:0 auto;padding:var(--space-6)}.dpm-wiz__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-5)}.dpm-wiz__header-left{display:flex;align-items:center;gap:12px}.dpm-wiz__back-btn{background:var(--card-bg, #fff);border:1px solid var(--border-color, #d1d5db);border-radius:6px;padding:var(--space-2);cursor:pointer;color:var(--text-primary, #374151);transition:all .2s}.dpm-wiz__back-btn:hover{background:var(--hover-bg, #f3f4f6);border-color:var(--text-tertiary)}.dpm-wiz__back-btn svg{width:18px;height:18px}.dpm-wiz__title{font-size:22px;font-weight:700;color:var(--text-primary, #111827);margin:0}.dpm-wiz__subtitle{font-size:var(--font-size-xs);color:var(--text-secondary, #6b7280);margin:var(--space-1) 0 0}.dpm-wiz__reset-btn{background:var(--card-bg, #fff);border:1px solid var(--border-color, #d1d5db);border-radius:6px;padding:var(--space-2) var(--space-4);font-size:var(--font-size-xs);cursor:pointer;color:var(--text-primary, #374151);transition:all .2s}.dpm-wiz__reset-btn:hover{background:var(--hover-bg, #f3f4f6)}.dpm-wiz__phases{display:flex;align-items:center;justify-content:center;gap:0;margin:0 0 28px;padding:var(--space-4);background:var(--card-bg, #fff);border-radius:10px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a}.dpm-wiz__phase{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:70px}.dpm-wiz__phase-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-xs);font-weight:600;transition:all .3s;border:2px solid var(--border-color, #d1d5db);background:var(--card-bg, #fff);color:var(--text-secondary, #9ca3af)}.dpm-wiz__phase--active .dpm-wiz__phase-circle{border-color:var(--primary);background:var(--primary);color:var(--text-on-primary)}.dpm-wiz__phase--done .dpm-wiz__phase-circle{border-color:var(--success);background:var(--success);color:var(--text-on-primary)}.dpm-wiz__phase-icon svg{width:16px;height:16px}.dpm-wiz__phase-label{font-size:var(--font-size-2xs);color:var(--text-secondary, #9ca3af);font-weight:500;text-align:center}.dpm-wiz__phase--active .dpm-wiz__phase-label{color:var(--primary);font-weight:600}.dpm-wiz__phase--done .dpm-wiz__phase-label{color:var(--success)}.dpm-wiz__phase-connector{width:40px;height:2px;background:var(--border-color, #d1d5db);margin:0 var(--space-1);margin-bottom:22px;transition:background .3s}.dpm-wiz__phase-connector--done{background:var(--success)}.dpm-wiz__content{background:var(--card-bg, #fff);border-radius:10px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;padding:var(--space-6)}.dpm-wiz__patient-search{text-align:center}.dpm-wiz__search-title{font-size:var(--font-size-xl);font-weight:600;margin:0 0 var(--space-2);color:var(--text-primary, #111827)}.dpm-wiz__search-desc{color:var(--text-secondary, #6b7280);margin:0 0 var(--space-5);font-size:var(--font-size-sm)}.dpm-wiz__search-bar{display:flex;gap:8px;max-width:500px;margin:0 auto 16px}.dpm-wiz__search-input{flex:1;padding:var(--space-2-5) var(--space-3-5);border:1px solid var(--border-color, #d1d5db);border-radius:6px;font-size:var(--font-size-sm);outline:none}.dpm-wiz__search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2b7a6f1a}.dpm-wiz__search-btn{display:flex;align-items:center;gap:6px;padding:var(--space-2-5) 18px;background:var(--primary);color:var(--text-on-primary);border:none;border-radius:6px;font-size:var(--font-size-sm);cursor:pointer;transition:opacity .2s}.dpm-wiz__search-btn:hover{opacity:.9}.dpm-wiz__search-btn:disabled{opacity:.5;cursor:not-allowed}.dpm-wiz__search-btn svg{width:16px;height:16px}.dpm-wiz__search-results{display:flex;flex-direction:column;gap:4px;max-width:500px;margin:0 auto}.dpm-wiz__search-result{display:flex;align-items:center;gap:12px;padding:var(--space-2-5) var(--space-3-5);background:var(--card-bg, #fff);border:1px solid var(--border-color, #e5e7eb);border-radius:6px;cursor:pointer;text-align:left;transition:all .15s}.dpm-wiz__search-result:hover{background:var(--bg-highlight);border-color:var(--primary)}.dpm-wiz__search-result-name{font-weight:600;color:var(--text-primary, #111827);flex:1}.dpm-wiz__search-result-cpf,.dpm-wiz__search-result-dob{font-size:var(--font-size-xs);color:var(--text-secondary, #9ca3af)}.dpm-wiz__checklist{max-width:700px;margin:0 auto}.dpm-wiz__checklist-title{font-size:var(--font-size-xl);font-weight:600;margin:0 0 var(--space-2)}.dpm-wiz__checklist-desc{font-size:var(--font-size-sm);color:var(--text-secondary, #6b7280);margin:0 0 var(--space-5)}.dpm-wiz__checklist-progress{display:flex;align-items:center;gap:12px;margin-bottom:var(--space-6)}.dpm-wiz__checklist-progress-bar{flex:1;height:6px;background:var(--border-color, #e5e7eb);border-radius:var(--radius-xs);overflow:hidden}.dpm-wiz__checklist-progress-fill{height:100%;background:var(--primary);border-radius:var(--radius-xs);transition:width .3s ease}.dpm-wiz__checklist-progress-text{font-size:var(--font-size-xs);color:var(--text-secondary, #6b7280);white-space:nowrap}.dpm-wiz__blockers{background:var(--error-bg);border:1px solid var(--error-border);border-radius:10px;padding:var(--space-4);margin-bottom:var(--space-5)}.dpm-wiz__blockers-header{display:flex;align-items:center;gap:8px;margin-bottom:var(--space-3);color:var(--destructive);font-size:var(--font-size-sm)}.dpm-wiz__blockers-header svg{width:20px;height:20px}.dpm-wiz__blocker-item{padding:var(--space-2) var(--space-3);border-left:3px solid var(--destructive);margin-bottom:var(--space-2);background:var(--bg-card);border-radius:0 6px 6px 0}.dpm-wiz__blocker-item strong{font-size:var(--font-size-xs)}.dpm-wiz__blocker-item p{font-size:var(--font-size-xs);color:var(--text-secondary, #6b7280);margin:var(--space-1) 0 0}.dpm-wiz__checklist-section{margin-bottom:var(--space-6)}.dpm-wiz__section-title{display:flex;align-items:center;gap:8px;font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary, #111827);margin:0 0 var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--border-color, #e5e7eb)}.dpm-wiz__section-title svg{width:18px;height:18px;color:var(--primary)}.dpm-wiz__checklist-item{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:var(--space-2-5) var(--space-3);margin-bottom:var(--space-1-5);border-radius:6px;border:1px solid var(--border-color, #e5e7eb);background:var(--card-bg, #fff);transition:all .2s}.dpm-wiz__checklist-item--blocked{background:var(--error-bg);border-color:var(--error-light)}.dpm-wiz__checklist-item--ok{background:var(--success-bg);border-color:var(--success-light)}.dpm-wiz__checklist-question{flex:1;font-size:var(--font-size-sm);color:var(--text-primary, #111827);min-width:200px}.dpm-wiz__checklist-buttons{display:flex;gap:6px}.dpm-wiz__answer-btn{padding:var(--space-1-5) var(--space-4);border-radius:6px;border:1px solid var(--border-color, #d1d5db);background:var(--card-bg, #fff);cursor:pointer;font-size:var(--font-size-xs);font-weight:500;transition:all .15s}.dpm-wiz__answer-btn--yes.dpm-wiz__answer-btn--active{background:var(--success);color:var(--text-on-primary);border-color:var(--success)}.dpm-wiz__answer-btn--no.dpm-wiz__answer-btn--active{background:var(--destructive);color:var(--text-on-primary);border-color:var(--destructive)}.dpm-wiz__answer-btn:hover:not(.dpm-wiz__answer-btn--active){background:var(--hover-bg, #f3f4f6)}.dpm-wiz__checklist-block-msg{width:100%;display:flex;align-items:center;gap:6px;padding:var(--space-2) var(--space-3);font-size:var(--font-size-xs);color:var(--destructive);background:var(--bg-card);border-radius:6px;margin-top:var(--space-1)}.dpm-wiz__checklist-block-msg svg{width:14px;height:14px;flex-shrink:0}.dpm-wiz__checklist-actions{display:flex;justify-content:space-between;padding-top:var(--space-5);border-top:1px solid var(--border-color, #e5e7eb)}.dpm-wiz__btn{display:inline-flex;align-items:center;gap:8px;padding:var(--space-2-5) var(--space-5);border:none;border-radius:6px;font-size:var(--font-size-sm);font-weight:500;cursor:pointer;transition:all .2s}.dpm-wiz__btn svg{width:16px;height:16px}.dpm-wiz__btn:disabled{opacity:.5;cursor:not-allowed}.dpm-wiz__btn--primary{background:var(--primary);color:var(--text-on-primary)}.dpm-wiz__btn--primary:hover:not(:disabled){opacity:.9}.dpm-wiz__btn--secondary{background:var(--card-bg, #fff);color:var(--text-primary, #374151);border:1px solid var(--border-color, #d1d5db)}.dpm-wiz__btn--secondary:hover{background:var(--hover-bg, #f3f4f6)}.dpm-wiz__btn--danger{background:var(--destructive);color:var(--text-on-primary)}.dpm-wiz__btn--danger:hover{opacity:.9}.dpm-wiz__btn--success{background:var(--success);color:var(--text-on-primary)}.dpm-wiz__btn--success:hover{opacity:.9}.dpm-wiz__medication{max-width:600px;margin:0 auto}.dpm-wiz__medication-title{display:flex;align-items:center;gap:10px;font-size:var(--font-size-xl);font-weight:600;margin:0 0 var(--space-2)}.dpm-wiz__medication-title svg{width:24px;height:24px;color:var(--primary)}.dpm-wiz__medication-desc{font-size:var(--font-size-sm);color:var(--text-secondary, #6b7280);margin:0 0 var(--space-6)}.dpm-wiz__form-group{margin-bottom:var(--space-4)}.dpm-wiz__form-group label{display:block;font-size:var(--font-size-xs);font-weight:500;color:var(--text-primary, #374151);margin-bottom:var(--space-1-5)}.dpm-wiz__form-group input,.dpm-wiz__form-group select,.dpm-wiz__form-group textarea{width:100%;padding:var(--space-2-5) var(--space-3);border:1px solid var(--border-color, #d1d5db);border-radius:6px;font-size:var(--font-size-sm);outline:none;background:var(--card-bg, #fff);color:var(--text-primary, #111827)}.dpm-wiz__form-group input:focus,.dpm-wiz__form-group select:focus,.dpm-wiz__form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2b7a6f1a}.dpm-wiz__form-group textarea{resize:vertical}.dpm-wiz__form-row{display:flex;gap:16px}.dpm-wiz__form-row .dpm-wiz__form-group{flex:1}.dpm-wiz__medication-actions{display:flex;justify-content:space-between;padding-top:var(--space-5);border-top:1px solid var(--border-color, #e5e7eb)}.dpm-wiz__execution{position:relative}.dpm-wiz__execution-header{margin-bottom:var(--space-5)}.dpm-wiz__execution-header h3{font-size:var(--font-size-lg);font-weight:600;margin:0 0 var(--space-1)}.dpm-wiz__execution-header p{font-size:var(--font-size-sm);color:var(--text-secondary, #6b7280);margin:0}.dpm-wiz__emergency-btn{position:absolute;top:0;right:0;display:flex;align-items:center;gap:6px;padding:var(--space-2-5) var(--space-5);background:var(--destructive);color:var(--text-on-primary);border:none;border-radius:6px;font-size:var(--font-size-sm);font-weight:700;cursor:pointer;animation:pulse-emergency 2s infinite}.dpm-wiz__emergency-btn svg{width:18px;height:18px}@keyframes pulse-emergency{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 8px #ef444400}}.dpm-wiz__dose-progress{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:var(--space-6);padding:var(--space-4);background:var(--bg-secondary, #f9fafb);border-radius:10px}.dpm-wiz__dose-step{display:flex;flex-direction:column;align-items:center;gap:4px}.dpm-wiz__dose-step span{font-size:var(--font-size-2xs);color:var(--text-secondary, #9ca3af)}.dpm-wiz__dose-circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--font-size-sm);font-weight:600;border:2px solid var(--border-color, #d1d5db);background:var(--card-bg, #fff);color:var(--text-secondary, #9ca3af);transition:all .3s}.dpm-wiz__dose-circle svg{width:16px;height:16px}.dpm-wiz__dose-step--done .dpm-wiz__dose-circle{background:var(--success);border-color:var(--success);color:var(--text-on-primary)}.dpm-wiz__dose-step--active .dpm-wiz__dose-circle{background:var(--primary);border-color:var(--primary);color:var(--text-on-primary)}.dpm-wiz__current-dose{padding:var(--space-5);background:var(--bg-highlight);border-radius:10px;margin-bottom:var(--space-5)}.dpm-wiz__current-dose h4{margin:0 0 var(--space-2);font-size:var(--font-size-base);color:var(--text-primary, #111827)}.dpm-wiz__current-dose p{font-size:var(--font-size-sm);color:var(--text-secondary, #374151);margin:0 0 var(--space-4)}.dpm-wiz__timer-section{text-align:center}.dpm-wiz__timer{display:inline-flex;align-items:center;gap:12px;padding:var(--space-4) var(--space-6);background:var(--card-bg, #fff);border-radius:10px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a}.dpm-wiz__timer-icon{color:var(--primary)}.dpm-wiz__timer-icon svg{width:24px;height:24px}.dpm-wiz__timer-value{font-size:var(--font-size-4xl);font-weight:700;font-variant-numeric:tabular-nums;color:var(--text-primary, #111827)}.dpm-wiz__timer-label{font-size:var(--font-size-xs);color:var(--text-secondary, #6b7280)}.dpm-wiz__symptoms{margin-bottom:var(--space-5)}.dpm-wiz__symptoms h4{font-size:var(--font-size-sm);font-weight:600;margin:0 0 var(--space-3)}.dpm-wiz__symptom-input{display:flex;gap:8px;margin-bottom:var(--space-3)}.dpm-wiz__symptom-input input{flex:1;padding:var(--space-2) var(--space-3);border:1px solid var(--border-color, #d1d5db);border-radius:6px;font-size:var(--font-size-sm);outline:none}.dpm-wiz__symptom-input input:focus{border-color:var(--primary)}.dpm-wiz__symptom-input button{padding:var(--space-2) var(--space-4);background:var(--primary);color:var(--text-on-primary);border:none;border-radius:6px;font-size:var(--font-size-xs);cursor:pointer}.dpm-wiz__symptom-input button:disabled{opacity:.5;cursor:not-allowed}.dpm-wiz__symptom-input button:hover:not(:disabled){opacity:.9}.dpm-wiz__symptom-list{list-style:none;padding:0;margin:0}.dpm-wiz__symptom-list li{display:flex;gap:12px;padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border-color, #f3f4f6);font-size:var(--font-size-sm)}.dpm-wiz__symptom-time{color:var(--text-secondary, #9ca3af);font-size:var(--font-size-xs);min-width:50px}.dpm-wiz__dose-log{margin-bottom:var(--space-5)}.dpm-wiz__dose-log h4{font-size:var(--font-size-sm);font-weight:600;margin:0 0 var(--space-3)}.dpm-wiz__dose-log table{width:100%;border-collapse:collapse;font-size:var(--font-size-xs)}.dpm-wiz__dose-log table th,.dpm-wiz__dose-log table td{padding:var(--space-2) var(--space-3);text-align:left;border-bottom:1px solid var(--border-color, #e5e7eb)}.dpm-wiz__dose-log table th{font-weight:600;color:var(--text-secondary, #6b7280);font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.5px}.dpm-wiz__execution-actions{display:flex;flex-wrap:wrap;gap:12px;padding-top:var(--space-5);border-top:1px solid var(--border-color, #e5e7eb)}.dpm-wiz__result-buttons{width:100%}.dpm-wiz__result-buttons h4{margin:0 0 var(--space-3);font-size:var(--font-size-sm);font-weight:600}.dpm-wiz__result-options{display:flex;gap:12px;margin-bottom:var(--space-4)}.dpm-wiz__result{max-width:600px;margin:0 auto}.dpm-wiz__result-card{text-align:center;padding:var(--space-8);border-radius:10px;margin-bottom:var(--space-6)}.dpm-wiz__result-card--negative{background:var(--success-bg);border:2px solid var(--success-light)}.dpm-wiz__result-card--negative .dpm-wiz__result-icon svg{width:48px;height:48px;color:var(--success)}.dpm-wiz__result-card--negative h3{color:var(--success-dark)}.dpm-wiz__result-card--positive{background:var(--error-bg);border:2px solid var(--error-border)}.dpm-wiz__result-card--positive .dpm-wiz__result-icon svg{width:48px;height:48px;color:var(--destructive)}.dpm-wiz__result-card--positive h3{color:var(--error-dark)}.dpm-wiz__result-card h3{font-size:22px;margin:var(--space-3) 0 var(--space-2)}.dpm-wiz__result-patient,.dpm-wiz__result-med{font-size:var(--font-size-sm);color:var(--text-secondary, #6b7280);margin:var(--space-1) 0}.dpm-wiz__result-note{font-size:var(--font-size-xs);color:var(--warning);font-style:italic;margin-top:var(--space-2)}.dpm-wiz__result-summary{padding:var(--space-5);background:var(--bg-secondary, #f9fafb);border-radius:10px;margin-bottom:var(--space-5)}.dpm-wiz__result-summary h4{font-size:var(--font-size-sm);font-weight:600;margin:0 0 var(--space-2)}.dpm-wiz__result-summary h4:not(:first-child){margin-top:var(--space-4)}.dpm-wiz__result-summary ul{margin:0;padding:0 0 0 var(--space-5)}.dpm-wiz__result-summary ul li{font-size:var(--font-size-sm);color:var(--text-primary, #374151);margin-bottom:var(--space-1)}.dpm-wiz__result-actions{display:flex;gap:12px;justify-content:center}.dpm-wiz__emergency-fallback{text-align:center;padding:var(--space-10)}.dpm-wiz__emergency-fallback h2{color:var(--destructive);font-size:var(--font-size-2xl);margin-bottom:var(--space-4)}.dpm-wiz__emergency-fallback p{font-size:var(--font-size-base);margin-bottom:var(--space-2)}.dpm-wiz__emergency-fallback button{margin-top:var(--space-6);padding:var(--space-3) var(--space-6);background:var(--destructive);color:var(--text-on-primary);border:none;border-radius:6px;font-size:var(--font-size-base);cursor:pointer}@media (max-width: 640px){.dpm-wiz{padding:var(--space-3)}.dpm-wiz__phases{padding:var(--space-2-5);gap:0}.dpm-wiz__phase{min-width:48px}.dpm-wiz__phase-connector{width:20px}.dpm-wiz__form-row{flex-direction:column;gap:0}.dpm-wiz__result-options{flex-direction:column}.dpm-wiz__checklist-item{flex-direction:column;align-items:flex-start}}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}.flow-builder{display:flex;flex-direction:column;height:100vh;background:var(--bg-page, #f3f4f6);font-family:var(--font-family-sans)}.flow-builder__loading{display:flex;align-items:center;justify-content:center;height:100vh;color:var(--text-secondary);font-size:var(--font-size-lg)}.flow-builder__topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:var(--space-2-5) var(--space-5);background:var(--bg-card, #fff);border-bottom:1px solid var(--border, #e5e7eb);box-shadow:var(--shadow-xs);z-index:10;min-height:56px}.flow-builder__topbar-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.flow-builder__topbar-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.flow-builder__breadcrumb-back{display:inline-flex;align-items:center;gap:4px;padding:5px var(--space-2-5);border-radius:var(--radius-sm, 6px);border:1px solid var(--border, #e5e7eb);background:transparent;font-size:var(--font-size-xs);color:var(--text-secondary, #4b5563);cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .15s}.flow-builder__breadcrumb-back:hover{background:var(--bg-page, #f3f4f6);color:var(--text-primary, #1a1a2e)}.flow-builder__breadcrumb-sep{color:var(--text-tertiary, #9ca3af);font-size:var(--font-size-sm);flex-shrink:0}.flow-builder__name-input{min-width:0;max-width:320px;border:1px solid transparent;border-radius:var(--radius-sm, 6px);padding:5px var(--space-2-5);font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary, #1a1a2e);background:transparent;outline:none;transition:all .15s}.flow-builder__name-input:hover{border-color:var(--border, #e5e7eb);background:var(--bg-page, #f3f4f6)}.flow-builder__name-input:focus{border-color:var(--primary, #2B7A6F);background:var(--bg-card, #fff);box-shadow:0 0 0 3px #2b7a6f1a}.flow-builder__status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px var(--space-2-5);border-radius:var(--radius-2xl);font-size:var(--font-size-xs);font-weight:600;white-space:nowrap;flex-shrink:0}.flow-builder__status-badge:before{content:"";width:7px;height:7px;border-radius:50%;flex-shrink:0}.flow-builder__status-badge--published{background:#10b9811f;color:#059669}.flow-builder__status-badge--published:before{background:#10b981}.flow-builder__status-badge--draft{background:#9ca3af1f;color:var(--text-tertiary)}.flow-builder__status-badge--draft:before{background:var(--text-tertiary)}.flow-builder__trigger-select{border:1px solid var(--border, #e5e7eb);border-radius:var(--radius-sm, 6px);padding:var(--space-1-5) var(--space-2-5);font-size:var(--font-size-xs);color:var(--text-secondary, #4b5563);background:var(--bg-card, #fff);cursor:pointer;outline:none;transition:all .15s}.flow-builder__trigger-select:focus{border-color:var(--primary, #2B7A6F);box-shadow:0 0 0 3px #2b7a6f1a}.flow-builder__topbar-btn{display:inline-flex;align-items:center;gap:6px;padding:7px var(--space-3-5);border-radius:var(--radius-sm, 6px);font-size:var(--font-size-xs);font-weight:500;cursor:pointer;border:none;transition:all .15s;white-space:nowrap}.flow-builder__topbar-btn--outline{background:transparent;border:1px solid var(--border, #e5e7eb);color:var(--text-primary, #1a1a2e)}.flow-builder__topbar-btn--outline:hover{background:var(--bg-page, #f3f4f6)}.flow-builder__topbar-btn--primary{background:var(--primary, #2B7A6F);color:var(--text-on-primary)}.flow-builder__topbar-btn--primary:hover:not(:disabled){background:var(--primary-dark, #1E5C53)}.flow-builder__topbar-btn--primary:disabled{opacity:.5;cursor:not-allowed}.flow-builder__topbar-btn--publish{background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#059669}.flow-builder__topbar-btn--publish:hover:not(:disabled){background:#10b9812e}.flow-builder__topbar-btn--publish:disabled{opacity:.6;cursor:not-allowed}.flow-builder__topbar-btn--danger{background:#ef444414;border:1px solid rgba(239,68,68,.25);color:#dc2626}.flow-builder__topbar-btn--danger:hover:not(:disabled){background:#ef444424}.flow-builder__topbar-btn--danger:disabled{opacity:.6;cursor:not-allowed}.flow-builder__workspace{display:flex;flex:1;overflow:hidden}.flow-builder__palette{width:240px;background:var(--bg-card, #fff);border-right:1px solid var(--border, #e5e7eb);overflow-y:auto;flex-shrink:0;display:flex;flex-direction:column}.flow-builder__palette-header{padding:14px 14px 0}.flow-builder__palette-title{display:block;font-size:var(--font-size-xs);font-weight:700;color:var(--text-primary, #1a1a2e);margin-bottom:var(--space-0-5)}.flow-builder__palette-hint{display:block;font-size:var(--font-size-2xs);color:var(--text-tertiary, #9ca3af);margin-bottom:var(--space-2-5)}.flow-builder__palette-search{display:block;width:calc(100% - 28px);margin:0 14px 12px;border:1px solid var(--border, #e5e7eb);border-radius:var(--radius-sm, 6px);padding:7px var(--space-2-5);font-size:var(--font-size-xs);outline:none;background:var(--bg-page, #f3f4f6);color:var(--text-primary, #1a1a2e);box-sizing:border-box;transition:all .15s}.flow-builder__palette-search:focus{border-color:var(--primary, #2B7A6F);background:var(--bg-card, #fff)}.flow-builder__palette-category{padding:0 10px 8px}.flow-builder__palette-category-label{font-size:var(--font-size-2xs);font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-tertiary, #9ca3af);padding:0 var(--space-1);margin-bottom:var(--space-1-5)}.flow-builder__palette-card{display:flex;align-items:center;gap:10px;padding:9px var(--space-2-5);margin-bottom:var(--space-1);border-radius:var(--radius-sm, 6px);background:var(--bg-page, #f3f4f6);border:1px solid var(--border-light, rgba(0, 0, 0, .06));cursor:grab;transition:all .15s;-webkit-user-select:none;user-select:none}.flow-builder__palette-card:hover{background:var(--bg-card, #fff);border-color:var(--node-color, var(--primary, #2B7A6F));box-shadow:0 2px 6px #00000012;transform:translate(2px)}.flow-builder__palette-card:active{cursor:grabbing;transform:scale(.98)}.flow-builder__palette-card-icon{width:34px;height:34px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.flow-builder__palette-card-text{display:flex;flex-direction:column;gap:1px;min-width:0}.flow-builder__palette-card-label{font-size:var(--font-size-xs);font-weight:600;color:var(--text-primary, #1a1a2e);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flow-builder__palette-card-desc{font-size:var(--font-size-2xs);color:var(--text-tertiary, #9ca3af);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flow-builder__canvas{flex:1;position:relative}.flow-builder__canvas .react-flow{background:var(--bg-page, #f3f4f6)}.flow-builder__canvas .react-flow__controls{box-shadow:var(--shadow-sm);border:1px solid var(--border, #e5e7eb);border-radius:var(--radius-sm, 6px)}.flow-builder__canvas .react-flow__minimap{box-shadow:var(--shadow-sm);border:1px solid var(--border, #e5e7eb);border-radius:var(--radius-lg)}.flow-builder__empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:var(--space-5, 20px) var(--space-8, 32px);background:var(--bg-card, #fff);border:2px dashed var(--border, #e5e7eb);border-radius:var(--radius, 8px);color:var(--text-tertiary, #9ca3af);font-size:var(--font-size-sm, 14px);text-align:center;margin-top:var(--space-6)}.flow-node{min-width:160px;max-width:240px;border:2px solid;border-radius:var(--radius-xl);background:var(--bg-card, #fff);box-shadow:0 2px 8px #00000012;font-family:var(--font-family-sans);transition:box-shadow .15s ease}.flow-node--selected{box-shadow:0 0 0 3px #2b7a6f38,0 4px 12px #0000001a}.flow-node--trigger{border-color:#8b5cf6!important}.flow-node--trigger .flow-node__header{background:#8b5cf6!important}.flow-node--classify_medical{border-color:#7c3aed!important}.flow-node--classify_medical .flow-node__header{background:#7c3aed!important}.flow-node--condition,.flow-node--check_patient{border-color:#f59e0b!important}.flow-node--condition .flow-node__header,.flow-node--check_patient .flow-node__header{background:#f59e0b!important}.flow-node--send_message{border-color:#10b981!important}.flow-node--send_message .flow-node__header{background:#10b981!important}.flow-node--action,.flow-node--assign_agent{border-color:#2b7a6f!important}.flow-node--action .flow-node__header,.flow-node--assign_agent .flow-node__header{background:#2b7a6f!important}.flow-node--transfer{border-color:#14b8a6!important}.flow-node--transfer .flow-node__header{background:#14b8a6!important}.flow-node--end{border-color:#6b7280!important}.flow-node--end .flow-node__header{background:#6b7280!important}.flow-node__header{display:flex;align-items:center;gap:6px;padding:var(--space-1-5) var(--space-2-5);border-radius:8px 8px 0 0;color:#fff;font-size:var(--font-size-2xs);font-weight:600}.flow-node__icon{font-size:var(--font-size-xs);flex-shrink:0;display:flex;align-items:center}.flow-node__type{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flow-node__body{padding:var(--space-2) var(--space-2-5)}.flow-node__label{display:block;font-size:var(--font-size-xs);font-weight:500;color:var(--text-primary, #1a1a2e)}.flow-node__preview{font-size:var(--font-size-2xs);color:var(--text-tertiary, #9ca3af);margin:var(--space-1) 0 0;line-height:1.3}.flow-node__badge{display:inline-block;margin-top:var(--space-1);padding:var(--space-0-5) var(--space-1-5);border-radius:var(--radius-sm);font-size:var(--font-size-2xs);font-weight:600;background:#2b7a6f1a;color:var(--primary, #2B7A6F)}.flow-node__badge--priority{background:#ea580c1a;color:#ea580c}.flow-config{width:280px;background:var(--bg-card, #fff);border-left:1px solid var(--border, #e5e7eb);display:flex;flex-direction:column;overflow-y:auto;flex-shrink:0}.flow-config__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3) var(--space-3-5);border-bottom:1px solid var(--border-light, rgba(0, 0, 0, .06))}.flow-config__header-title{display:flex;align-items:center;gap:8px;font-size:var(--font-size-xs);font-weight:600;color:var(--text-primary, #1a1a2e)}.flow-config__header-icon{display:flex;align-items:center}.flow-config__close{background:none;border:none;font-size:var(--font-size-xl);cursor:pointer;color:var(--text-tertiary, #9ca3af);line-height:1;transition:color .15s}.flow-config__close:hover{color:var(--text-primary, #1a1a2e)}.flow-config__body{padding:var(--space-3-5);flex:1}.flow-config__body label{display:flex;flex-direction:column;gap:4px;margin-bottom:var(--space-3-5)}.flow-config__body label span{font-size:var(--font-size-2xs);font-weight:700;color:var(--text-secondary, #4b5563);text-transform:uppercase;letter-spacing:.05em}.flow-config__body label input,.flow-config__body label select,.flow-config__body label textarea{border:1px solid var(--border, #e5e7eb);border-radius:var(--radius-sm, 6px);padding:var(--space-2) var(--space-2-5);font-size:var(--font-size-xs);color:var(--text-primary, #1a1a2e);background:var(--bg-page, #f3f4f6);outline:none;font-family:inherit;resize:vertical;transition:all .15s}.flow-config__body label input:focus,.flow-config__body label select:focus,.flow-config__body label textarea:focus{border-color:var(--primary, #2B7A6F);background:var(--bg-card, #fff);box-shadow:0 0 0 3px #2b7a6f1a}.flow-config__footer{padding:var(--space-3) var(--space-3-5);border-top:1px solid var(--border-light, rgba(0, 0, 0, .06))}.flow-config__delete{width:100%;background:none;border:1px solid rgba(239,68,68,.3);border-radius:var(--radius-sm, 6px);padding:7px;font-size:var(--font-size-xs);color:#dc2626;cursor:pointer;transition:all .15s}.flow-config__delete:hover{background:#ef44440f;border-color:#ef444480}@media (max-width: 768px){.flow-builder__topbar{flex-wrap:wrap;gap:6px;padding:var(--space-2) var(--space-3)}.flow-builder__topbar-right{flex-wrap:wrap}.flow-builder__name-input{max-width:200px;font-size:var(--font-size-sm)}.flow-builder__palette{width:180px}.flow-builder__palette-card-desc{display:none}.flow-node{min-width:120px;max-width:180px}}.wf-dashboard-row{display:flex;gap:var(--space-4);margin-bottom:var(--space-5)}.wf-dashboard-card{flex:1;padding:var(--space-4);background:var(--bg-secondary, var(--bg-card, #fff));border-radius:var(--radius-md);border:1px solid var(--border-color, var(--border, #e0e0e0))}.wf-dashboard-card__label{font-size:var(--font-size-xs);color:var(--text-secondary)}.wf-dashboard-card__value{font-size:var(--font-size-2xl);font-weight:700}.wf-dashboard-card__value--primary{color:var(--primary)}.wf-dashboard-card__value--success{color:var(--success-color, var(--success, #16a34a))}.wf-tabs-bar{display:flex;gap:var(--space-2);margin-bottom:var(--space-4);align-items:center}.wf-spacer{flex:1}.wf-btn-new{padding:var(--space-2) var(--space-4);background:var(--primary);color:#fff;border:none;border-radius:var(--radius-sm);cursor:pointer}.wf-list{display:grid;gap:12px}.wf-card{padding:var(--space-4);background:var(--bg-secondary, var(--bg-card, #fff));border-radius:var(--radius-md);border:1px solid var(--border-color, var(--border, #e0e0e0));display:flex;justify-content:space-between;align-items:center}.wf-card__name{font-weight:600;font-size:var(--font-size-sm)}.wf-card__desc,.wf-card__meta{font-size:var(--font-size-xs);color:var(--text-secondary);margin-top:var(--space-1)}.wf-card__actions{display:flex;gap:6px}.wf-empty{padding:var(--space-12) var(--space-10);text-align:center;color:var(--text-secondary);background:var(--bg-card, #fff);border-radius:var(--radius-md);border:2px dashed var(--border, #e5e7eb);display:flex;flex-direction:column;align-items:center;gap:12px}.wf-empty p{margin:0;font-size:var(--font-size-sm)}.wf-empty svg{color:var(--text-tertiary)}.wf-empty .wf-btn-new{margin-top:var(--space-1)}.wf-loading{padding:var(--space-10);text-align:center}.flow-channel-badge{display:inline-block;padding:3px var(--space-2);border-radius:var(--radius-md);font-size:var(--font-size-xs);font-weight:500;background:var(--bg-page, #f3f4f6);color:var(--text-secondary, #4b5563);border:1px solid var(--border-light, rgba(0, 0, 0, .06))}.flow-version-label{font-size:var(--font-size-xs);color:var(--text-tertiary, #9ca3af);font-family:monospace}.wf-instances-wrapper{background:var(--bg-secondary, var(--bg-card, #fff));border-radius:var(--radius-md);border:1px solid var(--border-color, var(--border, #e0e0e0));overflow:auto}.wf-instances-table{width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.wf-instances-table thead tr{border-bottom:2px solid var(--border-color, var(--border))}.wf-instances-table th{padding:var(--space-3);text-align:left}.wf-instances-table th.text-center{text-align:center}.wf-instances-table tbody tr{border-bottom:1px solid var(--border-color, var(--border, #f0f0f0))}.wf-instances-table td{padding:var(--space-2-5) var(--space-3)}.wf-instances-table td.text-center{text-align:center}.wf-instances-table td.fw-500{font-weight:500}.wf-instances-table td.text-sm{font-size:var(--font-size-xs)}.wf-status-badge{display:inline-block;padding:var(--space-0-5) var(--space-2);border-radius:var(--radius-2xl);font-size:var(--font-size-xs)}.wf-status-badge--active{background:#dcfce7}.wf-status-badge--completed{background:#ccfbf1}.wf-status-badge--cancelled{background:#fee2e2}.wf-status-badge--default{background:#f0f0f0}.wf-editor{background:var(--bg-secondary, var(--bg-card, #fff));border-radius:var(--radius-lg);border:1px solid var(--border-color, var(--border, #e0e0e0));overflow:hidden}.wf-editor__header{display:flex;justify-content:space-between;margin-bottom:var(--space-5)}.wf-editor__title{margin:0}.wf-editor__subtitle{font-size:var(--font-size-xs);color:var(--text-secondary)}.wf-editor__back-btn{padding:var(--space-2) var(--space-4);border-radius:var(--radius-sm);border:1px solid var(--border-color, var(--border));background:transparent;cursor:pointer}.flow-editor-topbar{display:flex;justify-content:space-between;align-items:center;padding:var(--space-3) var(--space-5);border-bottom:1px solid var(--border-color, var(--border, #e0e0e0));background:var(--bg-secondary, var(--bg-card, #fff))}.flow-editor-topbar__left,.flow-editor-topbar__right{display:flex;align-items:center;gap:8px}.flow-editor-topbar__back{display:inline-flex;align-items:center;gap:4px;padding:var(--space-1-5) var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--border-color, var(--border));background:transparent;cursor:pointer;font-size:var(--font-size-xs);color:var(--text-secondary);transition:all .15s}.flow-editor-topbar__back:hover{background:var(--bg-primary, #f0f2f5);color:var(--text-primary, #111)}.flow-editor-topbar__sep{color:var(--text-secondary);font-size:var(--font-size-sm)}.flow-editor-topbar__name{font-weight:600;font-size:var(--font-size-sm);color:var(--text-primary, #111)}.flow-editor-btn{display:inline-flex;align-items:center;gap:6px;padding:7px var(--space-3-5);border-radius:var(--radius-sm);font-size:var(--font-size-xs);font-weight:500;cursor:pointer;border:none;transition:all .15s}.flow-editor-btn--outline{background:transparent;border:1px solid var(--border-color, var(--border));color:var(--text-primary, #111)}.flow-editor-btn--outline:hover{background:var(--bg-primary, #f0f2f5)}.flow-editor-btn--primary{background:var(--primary);color:#fff}.flow-editor-btn--primary:hover{opacity:.9}.flow-editor-btn--secondary{background:var(--bg-primary, #f0f2f5);color:var(--text-primary, #111);border:1px solid var(--border-color, var(--border))}.flow-editor-btn--secondary:hover{background:var(--border-color, #e0e0e0)}.wf-canvas{position:relative;min-height:600px;background:var(--bg-primary, #f0f2f5);border-radius:var(--radius-md);padding:var(--space-5);overflow:auto}.flow-list-wrapper{background:var(--bg-secondary, var(--bg-card, #fff));border-radius:var(--radius-md);border:1px solid var(--border-color, var(--border, #e0e0e0));overflow:auto}.flow-list-table{width:100%;border-collapse:separate;border-spacing:0}.flow-list-table th{padding:var(--space-3) var(--space-4);text-align:left;color:var(--text-secondary);font-weight:500;font-size:var(--font-size-xs);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border-color, var(--border, #e0e0e0))}.flow-list-table td{padding:var(--space-4);border-bottom:1px solid var(--border-color, var(--border, #f0f0f0));font-size:var(--font-size-sm)}.flow-list-table td strong{display:block;font-weight:600;color:var(--text-primary, #111)}.flow-list-table td small{color:var(--text-secondary);font-size:var(--font-size-xs);display:block;margin-top:var(--space-0-5)}.flow-list-table tbody tr{transition:background .15s}.flow-list-table tbody tr:hover td{background:var(--surface-hover, rgba(255, 255, 255, .03))}.flow-list-table__actions{display:flex;gap:6px}.flow-action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);border:1px solid var(--border-color, var(--border, #e0e0e0));background:transparent;cursor:pointer;color:var(--text-secondary);transition:all .15s}.flow-action-btn:hover{background:var(--bg-primary, #f0f2f5);color:var(--text-primary, #111)}.flow-action-btn--delete:hover{background:color-mix(in srgb,var(--error) 10%,transparent);color:#ef4444;border-color:#ef44444d}.flow-status-badge{display:inline-flex;align-items:center;gap:6px;padding:var(--space-1) var(--space-2-5);border-radius:var(--radius-2xl);font-size:var(--font-size-xs);font-weight:600;white-space:nowrap}.flow-status-badge:before{content:"";width:8px;height:8px;border-radius:50%;flex-shrink:0}.flow-status-badge--published{background:#10b98126;color:#10b981}.flow-status-badge--published:before{background:#10b981}.flow-status-badge--draft{background:#9ca3af26;color:#9ca3af}.flow-status-badge--draft:before{background:#9ca3af}.wf-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center}.wf-modal{background:var(--bg-secondary, var(--bg-card, #fff));border-radius:var(--radius-lg);padding:var(--space-6);width:450px}.wf-modal h3{margin:0 0 var(--space-4)}.wf-modal__form-grid{display:grid;gap:var(--space-3)}.wf-modal__actions{display:flex;gap:var(--space-3);margin-top:var(--space-4);justify-content:flex-end}.wf-input{padding:var(--space-2-5);border-radius:var(--radius-sm);border:1px solid var(--border-color, var(--border))}.wf-btn-cancel{padding:var(--space-2-5) var(--space-5);border-radius:var(--radius-sm);border:1px solid var(--border-color, var(--border));background:transparent;cursor:pointer}.wf-btn-submit{padding:var(--space-2-5) var(--space-5);border-radius:var(--radius-sm);border:none;background:var(--primary);color:#fff;cursor:pointer}.ctm{max-width:1200px;margin:0 auto;padding:var(--space-6);color:var(--text-primary)}.ctm__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-5);flex-wrap:wrap;gap:12px}.ctm__title{font-size:var(--font-size-2xl);font-weight:600;color:var(--text-primary);margin:0}.ctm__actions{display:flex;gap:8px;flex-wrap:wrap}.ctm__filters{display:flex;align-items:center;gap:16px;margin-bottom:var(--space-5);flex-wrap:wrap}.ctm__btn{display:inline-flex;align-items:center;gap:6px;padding:var(--space-2) var(--space-4);border:none;border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.ctm__btn--primary{background:var(--primary);color:var(--text-on-primary)}.ctm__btn--primary:hover:not(:disabled){background:var(--primary-hover)}.ctm__btn--secondary{background:var(--surface-secondary, #f1f5f9);color:var(--text-primary)}.ctm__btn--secondary:hover:not(:disabled){background:var(--surface-hover, #e2e8f0)}.ctm__btn--outline{background:transparent;color:var(--primary);border:1px solid var(--primary)}.ctm__btn--outline:hover:not(:disabled){background:var(--primary);color:var(--text-on-primary)}.ctm__btn--ghost{background:transparent;color:var(--text-secondary)}.ctm__btn--ghost:hover:not(:disabled){background:var(--surface-hover, #f1f5f9);color:var(--text-primary)}.ctm__btn--sm{padding:var(--space-1) var(--space-2-5);font-size:.8125rem}.ctm__btn:disabled{opacity:.5;cursor:not-allowed}.ctm__input,.ctm__select{padding:var(--space-2) var(--space-3);border:1px solid var(--border, #d1d5db);border-radius:var(--radius-lg);font-size:var(--font-size-sm);background:var(--surface-primary, #fff);color:var(--text-primary);transition:border-color .2s}.ctm__input:focus,.ctm__select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2b7a6f1a}.ctm__input{width:100%}.ctm__textarea{width:100%;padding:var(--space-3);border:1px solid var(--border, #d1d5db);border-radius:var(--radius-lg);font-size:.8125rem;font-family:Fira Code,Consolas,monospace;background:var(--surface-primary, #fff);color:var(--text-primary);resize:vertical;min-height:300px;line-height:1.5;transition:border-color .2s}.ctm__textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2b7a6f1a}.ctm__checkbox{display:inline-flex;align-items:center;gap:8px;font-size:var(--font-size-sm);cursor:pointer;color:var(--text-secondary)}.ctm__checkbox input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary)}.ctm__label{display:block;font-size:.8125rem;font-weight:500;color:var(--text-secondary);margin-bottom:var(--space-1)}.ctm__field{margin-bottom:var(--space-4)}.ctm__field--grow{flex:1;min-width:200px}.ctm__form{background:var(--surface-primary, #fff);border:1px solid var(--border, #e5e7eb);border-radius:var(--radius-2xl);padding:var(--space-6)}.ctm__form-row{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap;margin-bottom:var(--space-4)}.ctm__table-wrap{overflow-x:auto;border:1px solid var(--border, #e5e7eb);border-radius:var(--radius-2xl)}.ctm__table{width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.ctm__table th,.ctm__table td{padding:var(--space-3) var(--space-4);text-align:left;border-bottom:1px solid var(--border, #e5e7eb)}.ctm__table th{font-weight:600;color:var(--text-secondary);background:var(--surface-secondary, #f8fafc);white-space:nowrap}.ctm__table tr:last-child td{border-bottom:none}.ctm__table tr:hover td{background:var(--surface-hover, #f1f5f9)}.ctm__cell--name{font-weight:500;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctm__cell--center{text-align:center}.ctm__cell--actions{display:flex;gap:6px;white-space:nowrap}.ctm__row--inactive{opacity:.55}.ctm__badge{display:inline-block;padding:var(--space-0-5) var(--space-2-5);border-radius:var(--radius-2xl);font-size:var(--font-size-xs);font-weight:500;white-space:nowrap}.ctm__badge--tpo{background:#8b5cf61a;color:var(--info)}.ctm__badge--patch_test{background:#a855f71a;color:var(--accent-purple)}.ctm__badge--immunotherapy{background:#10b9811a;color:var(--success)}.ctm__badge--general{background:#6b72801a;color:var(--text-secondary)}.ctm__status{display:inline-block;padding:var(--space-0-5) var(--space-2-5);border-radius:var(--radius-2xl);font-size:var(--font-size-xs);font-weight:500}.ctm__status--active{background:var(--success-light, #d1fae5);color:var(--success, #10b981)}.ctm__status--inactive{background:var(--error-light, #fee2e2);color:var(--error, #ef4444)}.ctm__error{background:var(--error-bg, rgba(239, 68, 68, .08));border:1px solid var(--error-light, #fecaca);color:var(--error, #ef4444);padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);margin-bottom:var(--space-4);font-size:var(--font-size-sm)}.ctm__loading,.ctm__empty{text-align:center;padding:var(--space-12) var(--space-6);color:var(--text-secondary)}.ctm__loading p,.ctm__empty p{margin-bottom:var(--space-4)}.ctm-placeholders{background:var(--surface-secondary, #f8fafc);border:1px solid var(--border, #e5e7eb);border-radius:var(--radius-lg);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-4)}.ctm-placeholders__title{font-size:.8125rem;font-weight:600;color:var(--text-secondary);margin:0 0 var(--space-2)}.ctm-placeholders__list{display:flex;flex-wrap:wrap;gap:6px}.ctm-placeholders__item{display:inline-flex;align-items:center;gap:6px;padding:var(--space-1) var(--space-2-5);border:1px solid var(--border, #d1d5db);border-radius:var(--radius-md);background:var(--surface-primary, #fff);cursor:pointer;font-size:var(--font-size-xs);transition:all .15s}.ctm-placeholders__item:hover{border-color:var(--primary);background:#2b7a6f0d}.ctm-placeholders__key{font-family:Fira Code,monospace;color:var(--primary);font-size:var(--font-size-xs)}.ctm-placeholders__desc{color:var(--text-secondary)}.ctm-preview-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:var(--space-6)}.ctm-preview{background:var(--bg-card);border-radius:var(--radius-2xl);max-width:800px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:var(--shadow-modal)}.ctm-preview__header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-4) var(--space-6);border-bottom:1px solid var(--border)}.ctm-preview__header h3{margin:0;font-size:var(--font-size-lg);color:var(--text-primary)}.ctm-preview__close{background:none;border:none;font-size:var(--font-size-2xl);color:var(--text-secondary);cursor:pointer;padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm)}.ctm-preview__close:hover{background:var(--muted);color:var(--text-primary)}.ctm-preview__content{padding:var(--space-6);overflow-y:auto;color:var(--text-primary);line-height:1.6;font-size:.9375rem}.ctm-preview__content h2,.ctm-preview__content h3,.ctm-preview__content h4{color:var(--text-primary);margin-top:var(--space-5);margin-bottom:var(--space-2)}.ctm-preview__content ul{padding-left:var(--space-6)}.ctm-preview__content li{margin-bottom:var(--space-1)}.ctm-preview__content strong{color:var(--primary, #2B7A6F)}.dark .ctm-preview{background:var(--surface-primary, #1e293b)}.dark .ctm-preview__header{border-color:var(--border, #334155)}.dark .ctm-preview__header h3{color:var(--text-primary, #f1f5f9)}.dark .ctm-preview__close{color:var(--text-secondary)}.dark .ctm-preview__close:hover{background:var(--surface-hover, #334155);color:var(--text-primary)}.dark .ctm-preview__content{color:var(--text-primary, #e2e8f0)}.dark .ctm-preview__content h2,.dark .ctm-preview__content h3,.dark .ctm-preview__content h4{color:var(--text-primary, #f1f5f9)}.comunicacao-scheduled{display:flex;flex-direction:column;gap:1.25rem}.comunicacao-scheduled__btn-new{background:#2563eb;color:#fff;border:0;padding:.5rem .9rem;border-radius:6px;cursor:pointer;font-weight:600}.comunicacao-scheduled__btn-new:hover{background:#1d4ed8}.comunicacao-scheduled__btn-new:disabled{opacity:.6;cursor:not-allowed}.comunicacao-scheduled__btn-danger{background:#dc2626!important}.comunicacao-scheduled__btn-danger:hover{background:#b91c1c!important}.comunicacao-scheduled__action-cancel{color:#dc2626}.comunicacao-scheduled__action-cancel:hover{color:#b91c1c}.comunicacao-scheduled__recurrence-badge{display:inline-block;padding:.15rem .55rem;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:.75rem;font-weight:600;line-height:1.4}.comunicacao-scheduled__detail-row{background:#f8fafc}.comunicacao-scheduled__detail-row>td{padding:0!important}.comunicacao-scheduled__detail{padding:1rem 1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.comunicacao-scheduled__detail section h4{margin:0 0 .4rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:#475569}.comunicacao-scheduled__detail section p{margin:.2rem 0;font-size:.9rem;color:#1f2937}@media (max-width: 720px){.comunicacao-scheduled__detail{grid-template-columns:1fr}}.comunicacao-scheduled__payload{background:#0f172a;color:#e2e8f0;padding:.75rem;border-radius:4px;font-size:.8rem;overflow-x:auto;max-height:240px}.comunicacao-scheduled__log-list{margin:0;padding-left:1.2rem;font-size:.85rem;color:#1f2937}.comunicacao-scheduled__log-list li{margin:.15rem 0}.comunicacao-scheduled__form{display:flex;flex-direction:column;gap:.85rem}.comunicacao-scheduled__form label{display:flex;flex-direction:column;gap:.3rem}.comunicacao-scheduled__form label>span{font-size:.8rem;font-weight:600;color:#334155}.comunicacao-scheduled__form label>input,.comunicacao-scheduled__form label>select,.comunicacao-scheduled__form label>textarea{padding:.5rem .65rem;border:1px solid #cbd5e1;border-radius:4px;font-size:.9rem;background:#fff;color:#0f172a}.comunicacao-scheduled__form label>input:focus,.comunicacao-scheduled__form label>select:focus,.comunicacao-scheduled__form label>textarea:focus{outline:2px solid #2563eb;outline-offset:1px;border-color:#2563eb}.comunicacao-scheduled__form label>input:disabled,.comunicacao-scheduled__form label>select:disabled,.comunicacao-scheduled__form label>textarea:disabled{background:#f1f5f9;color:#64748b;cursor:not-allowed}.comunicacao-scheduled__form label>textarea{resize:vertical;min-height:80px}.comunicacao-scheduled__form-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:.5rem .75rem;border-radius:4px;font-size:.85rem}[data-theme=dark] .comunicacao-scheduled__recurrence-badge,.dark .comunicacao-scheduled__recurrence-badge{background:#2563eb2e;color:#93c5fd}[data-theme=dark] .comunicacao-scheduled__detail-row,.dark .comunicacao-scheduled__detail-row{background:#1e293b}[data-theme=dark] .comunicacao-scheduled__detail section h4,.dark .comunicacao-scheduled__detail section h4{color:#94a3b8}[data-theme=dark] .comunicacao-scheduled__detail section p,.dark .comunicacao-scheduled__detail section p{color:#e2e8f0}[data-theme=dark] .comunicacao-scheduled__log-list,.dark .comunicacao-scheduled__log-list{color:#e2e8f0}[data-theme=dark] .comunicacao-scheduled__form label>span,.dark .comunicacao-scheduled__form label>span{color:#cbd5e1}[data-theme=dark] .comunicacao-scheduled__form label>input,[data-theme=dark] .comunicacao-scheduled__form label>select,[data-theme=dark] .comunicacao-scheduled__form label>textarea,.dark .comunicacao-scheduled__form label>input,.dark .comunicacao-scheduled__form label>select,.dark .comunicacao-scheduled__form label>textarea{background:#0f172a;border-color:#334155;color:#e2e8f0}[data-theme=dark] .comunicacao-scheduled__form label>input:focus,[data-theme=dark] .comunicacao-scheduled__form label>select:focus,[data-theme=dark] .comunicacao-scheduled__form label>textarea:focus,.dark .comunicacao-scheduled__form label>input:focus,.dark .comunicacao-scheduled__form label>select:focus,.dark .comunicacao-scheduled__form label>textarea:focus{border-color:#60a5fa;outline-color:#60a5fa}[data-theme=dark] .comunicacao-scheduled__form label>input:disabled,[data-theme=dark] .comunicacao-scheduled__form label>select:disabled,[data-theme=dark] .comunicacao-scheduled__form label>textarea:disabled,.dark .comunicacao-scheduled__form label>input:disabled,.dark .comunicacao-scheduled__form label>select:disabled,.dark .comunicacao-scheduled__form label>textarea:disabled{background:#1e293b;color:#64748b}[data-theme=dark] .comunicacao-scheduled__form-error,.dark .comunicacao-scheduled__form-error{background:#dc26261f;border-color:#dc262666;color:#fca5a5}.comunicacao-mass{display:flex;flex-direction:column;gap:1.25rem}.comunicacao-mass__section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem 1.25rem}.comunicacao-mass__section h4{margin:0 0 .75rem;font-size:.95rem;text-transform:uppercase;letter-spacing:.04em;color:#475569}.comunicacao-mass__section h5{margin:.5rem 0 .4rem;font-size:.85rem;color:#475569}.comunicacao-mass__cpf-area{display:flex;flex-direction:column;gap:.5rem;width:100%}.comunicacao-mass__cpf-area textarea{font-family:monospace;font-size:.85rem}.comunicacao-mass__cpf-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.comunicacao-mass__error-text{color:#dc2626;font-weight:600}.comunicacao-mass__resolved{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.5rem .75rem}.comunicacao-mass__resolved summary{cursor:pointer;font-size:.85rem;color:#1d4ed8}.comunicacao-mass__resolved summary:hover{text-decoration:underline}.comunicacao-mass__resolved ul{margin:.5rem 0 0;padding-left:1.25rem;max-height:200px;overflow-y:auto}.comunicacao-mass__resolved ul li{font-size:.85rem;margin-bottom:.2rem}.comunicacao-mass__resolved ul li code{background:#e2e8f0;padding:.1rem .3rem;border-radius:3px;font-size:.8rem}.comunicacao-mass__preview{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.75rem}.comunicacao-mass__sample{flex:1;min-width:240px}.comunicacao-mass__sample ul{margin:0;padding-left:1.25rem;max-height:220px;overflow-y:auto}.comunicacao-mass__sample ul li{font-size:.9rem;margin-bottom:.2rem}.comunicacao-mass__free,.comunicacao-mass__template{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.comunicacao-mass__msg-preview{margin-top:1rem;padding-top:.75rem;border-top:1px dashed #e2e8f0}.comunicacao-mass__msg-preview-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.75rem 1rem}.comunicacao-mass__msg-preview-card strong{display:block;margin-bottom:.5rem;font-size:.95rem;color:#0f172a}.comunicacao-mass__msg-body{margin:0 0 .5rem;padding:0;font-family:inherit;font-size:.9rem;color:#1f2937;white-space:pre-wrap;word-break:break-word;background:transparent;border:0}.comunicacao-mass__actions-bar{display:flex;gap:.75rem;justify-content:flex-end;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1.25rem}.comunicacao-broadcast-progress{display:flex;flex-direction:column;gap:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem}.comunicacao-broadcast-progress__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.comunicacao-broadcast-progress__header h3{margin:0 0 .25rem;font-size:1.05rem}.comunicacao-broadcast-progress__header code{font-size:.8rem;background:#f1f5f9;padding:.1rem .4rem;border-radius:4px}.comunicacao-broadcast-progress__status{display:flex;align-items:center;gap:.75rem}.comunicacao-broadcast-progress__bar{position:relative;width:100%;height:18px;background:#f1f5f9;border-radius:999px;overflow:hidden;display:flex}.comunicacao-broadcast-progress__bar-sent{background:#16a34a;height:100%;transition:width .4s ease}.comunicacao-broadcast-progress__bar-failed{background:#dc2626;height:100%;transition:width .4s ease}.comunicacao-broadcast-progress__counters{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem}.comunicacao-broadcast-progress__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}[data-theme=dark] .comunicacao-mass__section,[data-theme=dark] .comunicacao-mass__actions-bar{background:#1e293b;border-color:#334155}[data-theme=dark] .comunicacao-mass__section h4,[data-theme=dark] .comunicacao-mass__section h5,[data-theme=dark] .comunicacao-mass__actions-bar h4,[data-theme=dark] .comunicacao-mass__actions-bar h5{color:#cbd5e1}[data-theme=dark] .comunicacao-mass__resolved{background:#0f172a;border-color:#334155}[data-theme=dark] .comunicacao-mass__resolved summary{color:#60a5fa}[data-theme=dark] .comunicacao-mass__resolved ul li code{background:#334155;color:#e2e8f0}[data-theme=dark] .comunicacao-mass__msg-preview{border-top-color:#334155}[data-theme=dark] .comunicacao-mass__msg-preview-card{background:#0f172a;border-color:#334155}[data-theme=dark] .comunicacao-mass__msg-preview-card strong{color:#f1f5f9}[data-theme=dark] .comunicacao-mass__msg-body{color:#e2e8f0}[data-theme=dark] .comunicacao-mass__error-text{color:#f87171}[data-theme=dark] .comunicacao-broadcast-progress{background:#1e293b;border-color:#334155}[data-theme=dark] .comunicacao-broadcast-progress code{background:#0f172a;color:#e2e8f0}[data-theme=dark] .comunicacao-broadcast-progress .comunicacao-broadcast-progress__bar{background:#334155}.comunicacao-rules{display:flex;flex-direction:column;gap:1.25rem}.comunicacao-rules__form{display:flex;flex-direction:column;gap:.85rem}.comunicacao-rules__form label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:#1f2937}.comunicacao-rules__form label>span{font-weight:600}.comunicacao-rules__form label input[type=text],.comunicacao-rules__form label input[type=number],.comunicacao-rules__form label select,.comunicacao-rules__form label textarea{padding:.5rem .65rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;font-family:inherit;background:#fff;color:#1f2937}.comunicacao-rules__form label input[type=text]:focus,.comunicacao-rules__form label input[type=number]:focus,.comunicacao-rules__form label select:focus,.comunicacao-rules__form label textarea:focus{outline:2px solid #2563eb;outline-offset:1px;border-color:#2563eb}.comunicacao-rules__form label textarea{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.82rem}.comunicacao-rules__form label small{color:#64748b;font-size:.78rem}.comunicacao-rules__form label small code{background:#e2e8f0;padding:0 .3rem;border-radius:4px;font-size:.78rem}.comunicacao-rules__checkbox-row{flex-direction:row!important;align-items:center;gap:.5rem!important}.comunicacao-rules__checkbox-row input[type=checkbox]{width:1rem;height:1rem}.comunicacao-rules__switch{position:relative;display:inline-block;width:38px;height:22px;cursor:pointer}.comunicacao-rules__switch input{opacity:0;width:0;height:0}.comunicacao-rules__switch input:checked+.comunicacao-rules__switch-slider{background:#16a34a}.comunicacao-rules__switch input:checked+.comunicacao-rules__switch-slider:before{transform:translate(16px)}.comunicacao-rules__switch-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#cbd5e1;transition:.2s;border-radius:999px}.comunicacao-rules__switch-slider:before{content:"";position:absolute;width:16px;height:16px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 1px 2px #0003}.comunicacao-rules__preview-section{margin-top:.5rem;padding:.85rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}.comunicacao-rules__preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.comunicacao-rules__preview-header h4{margin:0;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:#475569}.comunicacao-rules__preview-output{background:#1e293b;color:#e2e8f0;padding:.75rem;border-radius:4px;font-size:.8rem;overflow:auto;max-height:240px;margin:0}.comunicacao__inline-code{background:#e2e8f0;padding:.1rem .35rem;border-radius:4px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.82rem;color:#1f2937}[data-theme=dark] .comunicacao-rules__form label,.dark .comunicacao-rules__form label{color:#e2e8f0}[data-theme=dark] .comunicacao-rules__form label input,[data-theme=dark] .comunicacao-rules__form label select,[data-theme=dark] .comunicacao-rules__form label textarea,.dark .comunicacao-rules__form label input,.dark .comunicacao-rules__form label select,.dark .comunicacao-rules__form label textarea{background:#0f172a;color:#e2e8f0;border-color:#334155}[data-theme=dark] .comunicacao-rules__form label small,.dark .comunicacao-rules__form label small{color:#94a3b8}[data-theme=dark] .comunicacao-rules__form label small code,.dark .comunicacao-rules__form label small code{background:#1e293b;color:#e2e8f0}[data-theme=dark] .comunicacao-rules__preview-section,.dark .comunicacao-rules__preview-section{background:#0f172a;border-color:#1e293b}[data-theme=dark] .comunicacao-rules__switch-slider,.dark .comunicacao-rules__switch-slider{background:#475569}[data-theme=dark] .comunicacao__inline-code,.dark .comunicacao__inline-code{background:#1e293b;color:#e2e8f0}.comunicacao__container{padding:1.25rem 1.5rem;background:#f0f2f5;min-height:calc(100vh - 180px)}.comunicacao__history{display:flex;flex-direction:column;gap:1.25rem}.comunicacao__metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.comunicacao__metric-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:1rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 1px 2px #0f172a0d}.comunicacao__metric-card--ok{border-left:4px solid #16a34a}.comunicacao__metric-card--err{border-left:4px solid #dc2626}.comunicacao__metric-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-weight:600}.comunicacao__metric-value{font-size:1.6rem;font-weight:700;color:#0f172a}.comunicacao__metric-origin{font-size:.85rem;color:#334155;line-height:1.4}.comunicacao__filters{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.comunicacao__filter-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.comunicacao__filter-row>label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:#475569}.comunicacao__filter-row>label span{font-weight:500}.comunicacao__filter-row>label input{padding:.4rem .6rem;border:1px solid #cbd5e1;border-radius:4px;font-size:.9rem;background:#fff}.comunicacao__filter-text{flex:1 1 240px}.comunicacao__filter-actions{display:flex;gap:.5rem;align-items:center}.comunicacao__filter-actions .spacer{flex:1}.comunicacao__chips{border:1px solid #e2e8f0;border-radius:4px;padding:.5rem .75rem;display:flex;flex-wrap:wrap;gap:.4rem}.comunicacao__chips legend{font-size:.7rem;text-transform:uppercase;color:#64748b;letter-spacing:.04em}.comunicacao__chip{padding:.25rem .65rem;border:1px solid #cbd5e1;border-radius:999px;background:#f8fafc;color:#334155;font-size:.8rem;cursor:pointer;transition:background .1s ease,color .1s ease}.comunicacao__chip:hover{background:#e2e8f0}.comunicacao__chip--active{background:#2563eb;color:#fff;border-color:#2563eb}.comunicacao__table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.5rem;position:relative}.comunicacao__loading{padding:.5rem 1rem;color:#64748b;font-size:.85rem}.comunicacao__empty{padding:2rem 1rem;text-align:center;color:#64748b}.comunicacao__pagination{display:flex;align-items:center;gap:.75rem;padding:.75rem .5rem 0;font-size:.85rem;color:#475569}.comunicacao__pagination button{padding:.35rem .7rem;border:1px solid #cbd5e1;border-radius:4px;background:#fff;cursor:pointer}.comunicacao__pagination button:hover:not(:disabled){background:#f1f5f9}.comunicacao__pagination button:disabled{opacity:.5;cursor:not-allowed}.comunicacao__status-badge{display:inline-block;color:#fff;padding:.15rem .55rem;font-size:.72rem;font-weight:600;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.comunicacao__small{font-size:.75rem}.comunicacao__muted{color:#94a3b8}.comunicacao__link{background:none;border:none;color:#2563eb;cursor:pointer;text-decoration:underline;padding:0;font-size:inherit}.comunicacao__link:hover{color:#1d4ed8}.comunicacao__action-resend{margin-left:.5rem;color:#b45309}.comunicacao__message{margin:.75rem 1.5rem 0;padding:.6rem 1rem;border-radius:4px;font-size:.9rem}.comunicacao__message--success{background:#dcfce7;color:#166534;border:1px solid #86efac}.comunicacao__message--error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.comunicacao__message--info{background:#e0f2fe;color:#075985;border:1px solid #7dd3fc}.comunicacao__drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:100}.comunicacao__drawer{position:fixed;top:0;right:0;width:min(480px,100vw);height:100vh;background:#fff;border-left:1px solid #e2e8f0;box-shadow:-4px 0 18px #0f172a1f;z-index:101;display:flex;flex-direction:column}.comunicacao__drawer-header{padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.comunicacao__drawer-header h3{margin:0;font-size:1.05rem;color:#0f172a}.comunicacao__drawer-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;line-height:1}.comunicacao__drawer-close:hover{color:#0f172a}.comunicacao__drawer-body{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem}.comunicacao__drawer-body section h4{margin:0 0 .5rem;font-size:.85rem;text-transform:uppercase;color:#64748b;letter-spacing:.04em}.comunicacao__dl{display:grid;grid-template-columns:110px 1fr;gap:.4rem 1rem;margin:0;font-size:.88rem}.comunicacao__dl dt{color:#64748b;font-weight:500}.comunicacao__dl dd{margin:0;color:#0f172a;word-break:break-word}.comunicacao__error-box{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:.6rem;border-radius:4px;font-size:.8rem;white-space:pre-wrap;word-break:break-word;margin:0}.comunicacao__timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.comunicacao__timeline li{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#334155}.comunicacao__placeholder{background:#fff;border:1px dashed #cbd5e1;border-radius:6px;padding:3rem 1.5rem;text-align:center;color:#475569}.comunicacao__placeholder h3{margin:0 0 .5rem;color:#0f172a}.comunicacao__placeholder p{margin:0;font-size:.9rem}.teleconsulta-room{display:flex;flex-direction:column;height:100vh;background:var(--bg-page, #0f0f1a)}.teleconsulta-room--loading,.teleconsulta-room--error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-primary, #fff)}.teleconsulta-room__spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.1);border-top-color:var(--event-teleconsulta, #10B981);border-radius:50%;animation:spin .8s linear infinite}.teleconsulta-room__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--bg-card, #1e1e2e);border-bottom:1px solid var(--border-color, rgba(255, 255, 255, .1));z-index:10}.teleconsulta-room__header-left{display:flex;align-items:center;gap:.75rem}.teleconsulta-room__header-right{display:flex;align-items:center;gap:.5rem}.teleconsulta-room__badge{background:var(--event-teleconsulta, #10B981);color:var(--text-on-primary);font-size:var(--font-size-xs);font-weight:700;padding:.2rem .5rem;border-radius:var(--radius-sm);letter-spacing:.05em}.teleconsulta-room__patient-name{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary, #fff)}.teleconsulta-room__timer{font-family:monospace;font-size:var(--font-size-sm);color:var(--text-secondary, #aaa);background:#ffffff0d;padding:.2rem .5rem;border-radius:var(--radius-sm)}.teleconsulta-room__content{display:flex;flex:1;overflow:hidden}.teleconsulta-room__video{flex:1;min-height:0}.teleconsulta-room__video iframe{width:100%;height:100%;border:none}.teleconsulta-room__panel{width:320px;background:var(--bg-card, #1e1e2e);border-left:1px solid var(--border-color, rgba(255, 255, 255, .1));padding:1rem;overflow-y:auto}.teleconsulta-room__panel-title{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary, #fff);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color, rgba(255, 255, 255, .1))}.teleconsulta-room__patient-info .info-row{padding:.4rem 0;font-size:var(--font-size-sm);color:var(--text-secondary, #ccc);border-bottom:1px solid rgba(255,255,255,.03)}.teleconsulta-room__patient-info .info-row strong{color:var(--text-primary, #fff);margin-right:.4rem}.teleconsulta-room__no-data{color:var(--text-muted, #666);font-size:var(--font-size-sm)}.teleconsulta-room--fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999}.teleconsulta-toggle{display:flex!important;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem 0}.teleconsulta-toggle input[type=checkbox]{width:18px;height:18px;accent-color:var(--event-teleconsulta, #10B981)}.teleconsulta-toggle .teleconsulta-icon{font-size:1.1rem}.btn-teleconsulta{background:var(--event-teleconsulta, #10B981)!important;color:var(--text-on-primary)!important;border:none;padding:.5rem 1rem;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:opacity .2s}.btn-teleconsulta:hover{opacity:.9}.teleconsulta-portal{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(135deg,#0f0f1a,#1a1a2e,#16213e);color:var(--text-on-primary)}.teleconsulta-portal__waiting{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:2rem;text-align:center}.teleconsulta-portal__logo{font-size:var(--font-size-4xl);font-weight:700;margin-bottom:2rem;background:linear-gradient(135deg,#8b5cf6,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.teleconsulta-portal__card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-3xl);padding:2rem;max-width:400px;width:100%}.teleconsulta-portal__physician{font-size:var(--font-size-lg);font-weight:600;margin-bottom:.5rem}.teleconsulta-portal__datetime{color:#fff9;margin-bottom:1.5rem}.teleconsulta-portal__status{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:var(--radius-lg);margin-bottom:1.5rem;font-size:var(--font-size-sm)}.teleconsulta-portal__pulse{width:10px;height:10px;background:var(--success);border-radius:50%;animation:pulse 1.5s ease-in-out infinite}.teleconsulta-portal__device-check{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.teleconsulta-portal__device-check h4{font-size:var(--font-size-sm);margin-bottom:.75rem;color:#ffffffb3}.teleconsulta-portal__device-item{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;font-size:var(--font-size-sm)}.teleconsulta-portal__device-ok{color:var(--success)}.teleconsulta-portal__device-fail{color:var(--error)}.teleconsulta-portal__join-btn{width:100%;padding:.875rem;background:var(--event-teleconsulta, #10B981);color:var(--text-on-primary);border:none;border-radius:var(--radius-xl);font-size:var(--font-size-base);font-weight:600;cursor:pointer;margin-top:1.5rem;transition:transform .2s,opacity .2s}.teleconsulta-portal__join-btn:hover{opacity:.95}.teleconsulta-portal__join-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.teleconsulta-portal__ended{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:2rem;text-align:center}.teleconsulta-portal__ended h2{margin-bottom:.5rem}.teleconsulta-portal__ended p{color:#fff9}.teleconsulta-portal__video{flex:1;min-height:0}.teleconsulta-portal__video iframe{width:100%;height:100%;border:none}.teleconsulta-portal__header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:#0000004d}.teleconsulta-patient-consent{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-3xl);padding:2rem;max-width:480px;width:100%;display:flex;flex-direction:column;gap:1rem}.teleconsulta-patient-consent__title{font-size:var(--font-size-xl);font-weight:700;color:var(--text-on-primary, #fff);margin-bottom:.25rem}.teleconsulta-patient-consent__physician{font-size:var(--font-size-sm);color:#ffffffb3;font-style:italic}.teleconsulta-patient-consent__body{font-size:var(--font-size-sm);line-height:1.65;color:#fff9;padding:.75rem;background:#ffffff08;border-left:3px solid var(--event-teleconsulta, #10B981);border-radius:0 4px 4px 0}.teleconsulta-patient-consent__devices{padding:.75rem;background:#ffffff08;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.08)}.teleconsulta-patient-consent__devices h4{font-size:var(--font-size-xs);color:#ffffff80;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.teleconsulta-patient-consent__checkbox{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;padding:.75rem 1rem;border-radius:var(--radius-lg);font-size:var(--font-size-sm);color:var(--text-on-primary, #fff);transition:background .15s}.teleconsulta-patient-consent__checkbox input[type=checkbox]{width:18px;height:18px;flex-shrink:0;margin-top:var(--space-0-5);accent-color:var(--event-teleconsulta, #10B981);cursor:pointer}.teleconsulta-patient-consent__checkbox--required{background:#10b98114;border:1px solid rgba(16,185,129,.25)}.teleconsulta-patient-consent__checkbox--required:hover{background:#10b9811f}.teleconsulta-patient-consent__checkbox--optional{background:#ffffff08;border:1px solid rgba(255,255,255,.1)}.teleconsulta-patient-consent__checkbox--optional:hover{background:#ffffff0f}.teleconsulta-patient-consent__recording-notice{font-size:.78rem;color:#fff6;padding-left:.5rem;border-left:2px solid rgba(255,255,255,.1);margin-top:-.5rem}.teleconsulta-patient-consent__btn-enter{width:100%;padding:.875rem;background:var(--event-teleconsulta, #10B981);color:var(--text-on-primary, #fff);border:none;border-radius:var(--radius-xl);font-size:var(--font-size-base);font-weight:600;cursor:pointer;margin-top:.5rem;transition:transform .2s,opacity .2s}.teleconsulta-patient-consent__btn-enter:hover:not(:disabled){opacity:.95}.teleconsulta-patient-consent__btn-enter:disabled{opacity:.4;cursor:not-allowed;transform:none}.teleconsulta-waiting-room{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-3xl);padding:2.5rem 2rem;max-width:420px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.teleconsulta-waiting-room__icon{margin-bottom:.5rem}.teleconsulta-waiting-room__title{font-size:1.3rem;font-weight:700;color:var(--text-on-primary, #fff)}.teleconsulta-waiting-room__message{font-size:var(--font-size-base);color:#ffffffbf;line-height:1.5}.teleconsulta-waiting-room__appointment-info{font-size:var(--font-size-sm);color:#ffffff73;padding:.4rem 1rem;background:#ffffff0a;border-radius:var(--radius-4xl);border:1px solid rgba(255,255,255,.1)}.teleconsulta-waiting-room__date{text-transform:capitalize}.teleconsulta-waiting-room__status{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.2rem;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:var(--radius-4xl);font-size:var(--font-size-sm);color:#fffc}.teleconsulta-waiting-room__hint{font-size:.78rem;color:#ffffff4d;margin-top:.25rem}.teleconsulta-dashboard-card{background:linear-gradient(135deg,#10b98114,#10b98108);border:1px solid rgba(16,185,129,.25);border-radius:var(--radius-2xl);padding:1.25rem 1.5rem;margin-bottom:1rem}.teleconsulta-dashboard-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.teleconsulta-dashboard-card__badge{background:var(--event-teleconsulta, #10B981);color:var(--text-on-primary);font-size:.65rem;font-weight:700;padding:.15rem .5rem;border-radius:var(--radius-sm);letter-spacing:.06em}.teleconsulta-dashboard-card__title{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary, #1a1a2e)}.teleconsulta-dashboard-card__item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-top:1px solid rgba(16,185,129,.1)}.teleconsulta-dashboard-card__item:first-of-type{border-top:none}.teleconsulta-dashboard-card__info{flex:1}.teleconsulta-dashboard-card__physician{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary, #1a1a2e)}.teleconsulta-dashboard-card__datetime{font-size:var(--font-size-xs);color:var(--text-secondary, #666);margin-top:.2rem}.teleconsulta-dashboard-card__countdown{font-size:.78rem;color:var(--event-teleconsulta, #10B981);font-weight:600;margin-top:.25rem}.teleconsulta-dashboard-card__btn{padding:.5rem 1rem;background:var(--event-teleconsulta, #10B981);color:var(--text-on-primary);border:none;border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:600;cursor:pointer;text-decoration:none;white-space:nowrap;transition:opacity .2s,transform .15s}.teleconsulta-dashboard-card__btn:hover:not(:disabled){opacity:.9}.teleconsulta-dashboard-card__btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.teleconsulta-dashboard-card__empty{font-size:var(--font-size-sm);color:var(--text-secondary, #888);padding:.5rem 0}.teleconsulta-consent-modal__body{font-size:var(--font-size-sm);line-height:1.6;color:var(--text-secondary, #ccc);margin-bottom:1rem}.teleconsulta-consent-modal__checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.75rem;background:#10b9810d;border:1px solid rgba(16,185,129,.2);border-radius:var(--radius-lg);font-size:var(--font-size-sm);color:var(--text-primary, #fff)}.teleconsulta-consent-modal__checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--event-teleconsulta, #10B981);cursor:pointer}.teleconsulta-consent-modal__notice{margin-top:.5rem;padding:.5rem .75rem;font-size:var(--font-size-xs);color:var(--text-muted, #999);background:#ffffff08;border-left:3px solid var(--event-teleconsulta, #10B981);border-radius:0 4px 4px 0}.teleconsulta-recording-controls{display:flex;align-items:center;gap:.5rem}.teleconsulta-recording-controls__btn-record{border-color:var(--error, #ef4444)!important;color:var(--error, #ef4444)!important}.teleconsulta-recording-controls__btn-record:hover{background:#ef44441a!important}.teleconsulta-recording-controls__status{font-size:var(--font-size-xs);padding:.2rem .5rem;border-radius:var(--radius-sm)}.teleconsulta-recording-controls__status--uploading{color:var(--warning, #f59e0b);background:#f59e0b1a}.teleconsulta-recording-controls__status--success{color:var(--success, #10B981);background:#10b9811a}.teleconsulta-recording-controls__status--error{color:var(--error, #ef4444);background:#ef44441a}.teleconsulta-recording-controls__not-consented{font-size:var(--font-size-xs);color:var(--text-muted, #666);font-style:italic}.teleconsulta-recording-indicator{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .6rem;border-radius:var(--radius-sm);font-size:var(--font-size-xs)}.teleconsulta-recording-indicator--active{background:#ef444426;color:var(--error, #ef4444)}.teleconsulta-recording-indicator__dot{width:8px;height:8px;background:var(--error, #ef4444);border-radius:50%;animation:recording-pulse 1.2s ease-in-out infinite}.teleconsulta-recording-indicator__label{font-family:monospace;font-weight:600}@keyframes recording-pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@media (max-width: 768px){.teleconsulta-room__panel{display:none}.teleconsulta-room__content{flex-direction:column}.teleconsulta-portal__card{margin:1rem;padding:1.5rem}}.glass,.glass-subtle,.glass-strong,.glass-card,.stat-card{background:var(--bg-card);border:1px solid var(--border);box-shadow:none;border-radius:var(--radius);transition:var(--transition-theme)}.main-layout{display:flex;min-height:100vh;background:var(--bg-page);transition:background-color var(--transition-fast)}.main-content{position:relative;display:flex;flex-direction:column;min-height:100vh;background:var(--bg-page);transition:all .3s ease;padding:0 var(--space-6) var(--space-6);flex:1;max-width:100%}.main-content .welcome-section{margin-bottom:var(--space-6);padding:var(--space-6) var(--space-6) var(--space-4)}.main-content .welcome-section h1{margin:0 0 var(--space-1) 0;font-size:var(--font-size-3xl);font-weight:600;color:var(--text-primary);letter-spacing:-.02em}.main-content .welcome-section p{margin:0;color:var(--text-secondary);font-size:var(--font-size-sm);font-weight:500}.page-title{margin:0 0 var(--space-6) 0;font-size:var(--font-size-3xl);font-weight:600;color:var(--text-primary);letter-spacing:-.02em}.section-title{font-size:var(--font-size-2xl);font-weight:600;color:var(--text-primary);margin:0 0 var(--space-6) 0}.card-title{font-size:var(--font-size-lg);font-weight:600;color:var(--text-primary);margin:0 0 var(--space-4) 0}.subtitle{margin:0;font-size:var(--font-size-lg);font-weight:500;color:var(--text-secondary)}.text-secondary{color:var(--text-secondary);font-size:var(--font-size-sm)}.glass-card,.stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4);box-shadow:none;transition:background-color var(--transition-fast),border-color var(--transition-fast)}.glass-card:hover,.stat-card:hover{box-shadow:var(--shadow-card-hover)}.stat-card{display:flex;align-items:center;padding:var(--space-5)}.stat-card .stat-icon{margin-right:var(--space-4);display:flex;align-items:center;justify-content:center;opacity:.85;transition:opacity var(--transition-fast)}.stat-card .stat-content .stat-value{font-size:var(--font-size-2xl);font-weight:600;color:var(--text-primary);line-height:1.2;margin-bottom:var(--space-1);letter-spacing:-.02em}.stat-card .stat-content .stat-label{color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:500;text-transform:capitalize}.stat-card:hover .stat-icon{opacity:1}.stat-card.teal .stat-icon{color:var(--primary)}.stat-card.teal-light .stat-icon{color:var(--primary-light)}.stat-card.gold .stat-icon{color:var(--secondary)}.stat-card.accent-teal .stat-icon{color:var(--accent-teal)}.stat-card.gold-light .stat-icon{color:var(--secondary-light)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-6);margin:0 auto;max-width:100%}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6);margin:0 auto;max-width:100%}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-6);margin:0 auto;max-width:100%}.grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-6);margin:0 auto;max-width:100%}.glass-table-container{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);overflow:hidden;transition:background-color var(--transition-fast),border-color var(--transition-fast)}.glass-table-container table{width:100%;border-collapse:collapse}.glass-table-container table thead{background:var(--table-header-bg)}.glass-table-container table thead th{padding:var(--space-4);text-align:left;font-weight:600;color:var(--primary);font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--table-header-border)}.glass-table-container table tbody tr{transition:background-color var(--transition-fast)}.glass-table-container table tbody tr:hover{background:var(--table-row-hover)}.glass-table-container table tbody tr:nth-child(2n){background:var(--table-row-even)}.glass-table-container table tbody tr:nth-child(2n):hover{background:var(--table-row-hover)}.glass-table-container table tbody tr td{padding:var(--space-4);border-bottom:1px solid var(--table-cell-border);color:var(--text-primary);font-size:var(--font-size-sm)}.btn-primary{background:var(--primary);color:var(--text-on-primary);padding:var(--space-3) var(--space-6);border-radius:var(--radius-sm);border:none;font-weight:600;font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-fast)}.btn-primary:hover,.btn-primary:active{background:var(--primary-dark)}.btn-secondary{background:var(--bg-card);color:var(--text-primary);padding:var(--space-3) var(--space-6);border-radius:var(--radius-sm);border:1px solid var(--border-medium);font-weight:600;font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-fast)}.btn-secondary:hover{background:var(--bg-hover-light);border-color:var(--border-dark)}.btn-secondary:active{background:var(--bg-hover-subtle)}.btn-glass{background:var(--bg-card);color:var(--primary);padding:var(--space-3) var(--space-6);border-radius:var(--radius-sm);border:1px solid var(--border-medium);font-weight:600;font-size:var(--font-size-sm);cursor:pointer;transition:all var(--transition-fast)}.btn-glass:hover{background:var(--bg-hover-light);border-color:var(--primary-light)}.btn-glass:active{background:var(--bg-hover-subtle)}.form-group{margin-bottom:var(--space-4)}.form-group label{display:block;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-2);font-size:var(--font-size-sm)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:var(--space-3);border:1px solid var(--border-medium);border-radius:var(--radius-sm);font-size:var(--font-size-sm);background:var(--bg-input);color:var(--text-primary);transition:all var(--transition-fast)}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.form-group input:hover:not(:focus),.form-group textarea:hover:not(:focus),.form-group select:hover:not(:focus){border-color:var(--border-dark)}.form-group input::placeholder,.form-group textarea::placeholder,.form-group select::placeholder{color:var(--text-placeholder)}.form-group textarea{resize:vertical;min-height:100px}.loading-state,.empty-state,.error-state{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-10);text-align:center;transition:background-color var(--transition-fast),border-color var(--transition-fast)}.loading-state{color:var(--primary)}.empty-state{color:var(--text-secondary)}.error-state{color:var(--error);background:var(--error-bg)}@media (max-width: 1440px){.main-content{padding:var(--space-4) var(--space-5)}}@media (max-width: 1024px){.main-content{padding:var(--space-4)}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.main-content{padding:var(--space-3) var(--space-4)}.main-content .welcome-section{padding:var(--space-4)}.main-content .welcome-section h1{font-size:var(--font-size-2xl)}.main-content .welcome-section p{font-size:var(--font-size-xs)}.page-title{font-size:var(--font-size-2xl)}.section-title{font-size:var(--font-size-xl)}.grid-4,.grid-3,.grid-2,.grid-auto{grid-template-columns:1fr;gap:var(--space-4)}}.app-version--global{position:fixed;bottom:var(--space-2);right:var(--space-3);font-size:var(--font-size-xs);color:var(--text-tertiary);opacity:.6;pointer-events:none;z-index:1;transition:opacity var(--transition-fast)}.app-version--global:hover{opacity:1}.user-mgmt-page{flex:1;max-width:1440px;margin:0 auto;width:100%;padding:var(--space-4) var(--space-6)}@media (max-width: 1024px){.user-mgmt-page{padding:var(--space-4) var(--space-5)}}@media (max-width: 768px){.user-mgmt-page{padding:var(--space-4)}}.user-mgmt-access-denied{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:var(--space-10)}.user-mgmt-access-denied .access-denied__icon{font-size:var(--font-size-5xl);margin-bottom:var(--space-5);opacity:.6}.user-mgmt-access-denied h2{font-size:var(--font-size-2xl);font-weight:700;color:var(--text-primary);margin:0 0 var(--space-3) 0}.user-mgmt-access-denied p{color:var(--text-secondary);font-size:var(--font-size-base);max-width:400px}.btn-new-user{display:inline-flex;align-items:center;gap:8px;padding:var(--space-2-5) 22px;background:var(--primary, #2B7A6F);color:var(--text-on-primary);border:none;border-radius:var(--radius-lg);font-size:var(--font-size-sm);font-weight:600;cursor:pointer;transition:all .2s ease}.btn-new-user svg{width:18px;height:18px;stroke-width:2.5}.btn-new-user:hover{background:var(--primary-dark, #236860)}.alert{display:flex;align-items:center;gap:10px;padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);margin-bottom:var(--space-5);font-size:var(--font-size-sm);border-left:4px solid}.alert.alert-error{background:var(--error-bg, #fef2f2);border-color:var(--error, #ef4444);color:var(--error, #ef4444)}.alert.alert-success{background:var(--success-bg, #f0fdf4);border-color:var(--success, #10b981);color:var(--success, #059669)}.user-mgmt-filters{background:var(--bg-card, #fff);border:1px solid var(--border, #e5e7eb);border-radius:var(--radius);padding:var(--space-4);margin-bottom:var(--space-4);display:flex;flex-direction:column;gap:16px}.user-mgmt-filters .filters-search{position:relative}.user-mgmt-filters .filters-search .search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--text-tertiary, #9ca3af);stroke:currentColor}.user-mgmt-filters .filters-search input{width:100%;padding:10px 14px 10px 42px;border:1px solid var(--border-input, #d1d5db);border-radius:var(--radius-lg);font-size:var(--font-size-sm);background:var(--bg-input, #f9fafb);color:var(--text-primary, #1a1a2e);transition:all .15s ease}.user-mgmt-filters .filters-search input:focus{outline:none;border-color:var(--primary, #2B7A6F)}.user-mgmt-filters .filters-search input::placeholder{color:var(--text-tertiary, #9ca3af)}.user-mgmt-filters .filters-row{display:flex;gap:16px;flex-wrap:wrap}.user-mgmt-filters .filters-row .filter-group{display:flex;flex-direction:column;gap:4px;min-width:180px}.user-mgmt-filters .filters-row .filter-group label{font-size:var(--font-size-xs);font-weight:600;color:var(--text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.05em}.user-mgmt-filters .filters-row .filter-group select{padding:9px 32px 9px 12px;border:1px solid var(--border-input, #d1d5db);border-radius:var(--radius-md);font-size:var(--font-size-sm);background:var(--bg-input, #f9fafb);color:var(--text-primary, #1a1a2e);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23555' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;transition:border-color .15s ease}.user-mgmt-filters .filters-row .filter-group select:focus{outline:none;border-color:var(--primary, #2B7A6F)}@media (max-width: 768px){.user-mgmt-filters{padding:var(--space-4)}.user-mgmt-filters .filters-row .filter-group{flex:1;min-width:140px}}.user-mgmt-table-wrapper{background:var(--bg-card, #fff);border:1px solid var(--border, #e5e7eb);border-radius:var(--radius);overflow:hidden}.user-mgmt-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px var(--space-10);gap:16px}.user-mgmt-loading .spinner{width:40px;height:40px;border:3px solid var(--primary-bg-strong);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}.user-mgmt-loading p{color:var(--text-secondary, #6b7280);font-size:var(--font-size-sm)}.user-mgmt-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-16) var(--space-10);text-align:center;gap:12px}.user-mgmt-empty .empty-icon{font-size:3.5rem;opacity:.4;line-height:1}.user-mgmt-empty h3{margin:0;font-size:var(--font-size-lg);font-weight:600;color:var(--text-primary, #1a1a2e)}.user-mgmt-empty p{margin:0;color:var(--text-secondary, #6b7280);font-size:var(--font-size-sm);max-width:360px}.user-mgmt-empty .btn-new-user{margin-top:var(--space-2)}.user-mgmt-table{width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.user-mgmt-table thead{background:var(--bg-card-hover, #f9fafb);border-bottom:2px solid var(--border, #e5e7eb)}.user-mgmt-table thead th{padding:var(--space-3-5) var(--space-5);text-align:left;font-size:var(--font-size-xs);font-weight:700;color:var(--text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.user-mgmt-table tbody tr{border-bottom:1px solid var(--border, #f3f4f6);transition:background .1s ease}.user-mgmt-table tbody tr:last-child{border-bottom:none}.user-mgmt-table tbody tr:hover{background:var(--bg-card-hover, #f9fafb)}.user-mgmt-table tbody tr.row-inactive{opacity:.6}.user-mgmt-table tbody td{padding:var(--space-3-5) var(--space-5);color:var(--text-primary, #1a1a2e);vertical-align:middle}.col-user{display:flex;align-items:center;gap:12px;min-width:220px}.user-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary, #2B7A6F);color:var(--text-on-primary);font-size:var(--font-size-base);font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-avatar[data-role=doctor]{background:var(--primary)}.user-avatar[data-role=nurse]{background:var(--info)}.user-avatar[data-role=secretary]{background:var(--event-procedimento)}.user-avatar[data-role=admin]{background:var(--warning)}.user-info{display:flex;flex-direction:column;gap:2px}.user-info .user-name{font-weight:600;color:var(--text-primary, #1a1a2e);font-size:var(--font-size-sm)}.user-info .user-email{font-size:var(--font-size-xs);color:var(--text-secondary, #6b7280)}.col-username code{font-family:Courier New,monospace;font-size:var(--font-size-xs);background:var(--bg-card-hover, #f3f4f6);padding:3px var(--space-2);border-radius:var(--radius-sm);color:var(--text-primary, #374151)}.role-badge{display:inline-flex;align-items:center;gap:5px;padding:var(--space-1) var(--space-3);border-radius:var(--radius-4xl);font-size:var(--font-size-xs);font-weight:600;white-space:nowrap}.status-badge{font-size:var(--font-size-xs);font-weight:500;white-space:nowrap}.status-badge.status-active{color:var(--success, #10b981)}.status-badge.status-inactive{color:var(--text-tertiary, #9ca3af)}.col-actions{display:flex;gap:6px;align-items:center}.action-btn{background:none;border:none;cursor:pointer;width:34px;height:34px;border-radius:var(--radius-md);font-size:var(--font-size-base);display:flex;align-items:center;justify-content:center;transition:background .15s ease}.action-btn:hover{background:var(--bg-card-hover, #f3f4f6)}.action-btn--edit:hover{background:var(--primary-bg-light)}.action-btn--deactivate:hover{background:var(--error-bg)}.action-btn--activate:hover{background:var(--success-bg)}.user-mgmt-count{margin-top:var(--space-4);font-size:var(--font-size-xs);color:var(--text-secondary, #6b7280);text-align:right}.form-group--error input,.form-group--error select{border-color:var(--error, #ef4444)!important}.field-error{display:block;font-size:var(--font-size-xs);color:var(--error, #ef4444);margin-top:var(--space-1)}.field-hint{display:block;font-size:var(--font-size-xs);color:var(--text-tertiary, #9ca3af);margin-top:var(--space-1)}.role-preview{margin-top:var(--space-5);padding:var(--space-3-5) var(--space-4);background:var(--bg-card-hover, #f9fafb);border:1px solid var(--border, #e5e7eb);border-left:3px solid var(--primary, #2B7A6F);border-radius:var(--radius-md)}.role-preview .role-preview__label{display:block;font-size:var(--font-size-xs);font-weight:600;color:var(--primary, #2B7A6F);text-transform:uppercase;letter-spacing:.04em;margin-bottom:var(--space-1-5)}.role-preview p{margin:0;font-size:var(--font-size-xs);color:var(--text-secondary, #6b7280);line-height:1.5}:root.dark .user-mgmt-table-wrapper,:root.dark .user-mgmt-filters{background:var(--bg-card);border-color:var(--border)}:root.dark .user-mgmt-table thead{background:var(--bg-card-hover);border-color:var(--border)}:root.dark .user-mgmt-table tbody tr{border-color:var(--border)}:root.dark .user-mgmt-table tbody tr:hover{background:var(--bg-card-hover)}:root.dark .col-username code{background:var(--overlay-light);color:var(--text-primary)}@media (max-width: 900px){.user-mgmt-table thead th:nth-child(2),.user-mgmt-table tbody td:nth-child(2){display:none}}@media (max-width: 640px){.user-mgmt-table thead th:nth-child(4),.user-mgmt-table tbody td:nth-child(4){display:none}.col-user{min-width:160px}}@keyframes spin{to{transform:rotate(360deg)}}.api-tokens-page{padding:var(--space-6)}.api-tokens-page__content{margin-top:var(--space-4);background:var(--bg-card);border-radius:var(--radius-xl);padding:var(--space-4)}.api-tokens-page__msg{text-align:center;color:var(--text-secondary);padding:var(--space-6)}.api-tokens-page__msg--error{color:var(--error)}.api-tokens-page__prefix{font-family:var(--font-mono, ui-monospace, monospace);font-size:var(--font-size-sm);color:var(--text-secondary);background:var(--bg-hover);padding:2px var(--space-2);border-radius:var(--radius-sm)}.api-tokens-page__scopes{display:flex;flex-wrap:wrap;gap:4px}.api-tokens-page__scope-badge{font-family:var(--font-mono, ui-monospace, monospace);font-size:.72rem;background:var(--primary-bg-subtle);color:var(--primary);padding:2px var(--space-2);border-radius:var(--radius-sm);border:1px solid var(--primary-bg-light)}.api-tokens-page__status{font-size:var(--font-size-xs);font-weight:600;padding:2px var(--space-2);border-radius:var(--radius-md)}.api-tokens-page__status--active{background:#10b9811f;color:var(--success)}.api-tokens-page__status--revoked{background:#ef44441a;color:var(--error)}.api-tokens-page__status--expired{background:#f59e0b1f;color:var(--warning)}.api-tokens-page__field{margin-bottom:var(--space-4)}.api-tokens-page__field label{display:block;margin-bottom:var(--space-2);font-weight:600;color:var(--text-primary)}.api-tokens-page__scope-list{display:flex;flex-direction:column;gap:var(--space-2)}.api-tokens-page__scope-option{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-card);color:var(--text-primary);cursor:pointer;transition:border-color var(--transition-fast),background var(--transition-fast)}.api-tokens-page__scope-option:hover{border-color:var(--primary);background:var(--bg-hover)}.api-tokens-page__scope-option input[type=checkbox]{cursor:pointer}.api-tokens-page__scope-option-text{font-family:var(--font-mono, ui-monospace, monospace);font-size:var(--font-size-sm)}.api-tokens-page__plain-warning{background:#f59e0b1f;border-left:3px solid var(--warning);color:var(--text-primary);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);margin-bottom:var(--space-4)}.api-tokens-page__plain{display:block;font-family:var(--font-mono, ui-monospace, monospace);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--bg-hover);border:1px solid var(--border);padding:var(--space-3);border-radius:var(--radius-md);word-break:break-all;-webkit-user-select:all;user-select:all;margin-bottom:var(--space-3)}.page-container{flex:1;max-width:1440px;margin:0 auto;width:100%;padding:var(--space-4) var(--space-6)}@media (max-width: 1024px){.page-container{padding:var(--space-4) var(--space-5)}}@media (max-width: 768px){.page-container{padding:var(--space-3) var(--space-4)}}.page-header-section{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6);padding-top:var(--space-2)}.page-header-section .page-header-info{flex:1;min-width:0}.page-header-section .page-title{margin:0 0 var(--space-1) 0;font-size:var(--font-size-3xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);letter-spacing:-.02em;line-height:var(--line-height-tight)}@media (max-width: 768px){.page-header-section .page-title{font-size:var(--font-size-2xl)}}.page-header-section .page-subtitle{margin:0;color:var(--text-secondary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}.page-header-section .page-header-actions{display:flex;gap:var(--space-3);align-items:center;flex-shrink:0}@media (max-width: 768px){.page-header-section .page-header-actions{width:100%}}@media (max-width: 768px){.page-header-section{flex-direction:column;gap:var(--space-3)}}.page-toolbar{display:flex;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);padding:var(--space-3) var(--space-4);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;transition:background-color var(--transition-fast),border-color var(--transition-fast)}@media (max-width: 768px){.page-toolbar{flex-direction:column;align-items:stretch;gap:var(--space-3);padding:var(--space-3)}}.page-tabs{display:flex;gap:var(--space-1);background:var(--neutral-bg-light);border-radius:var(--radius);padding:3px}@media (max-width: 768px){.page-tabs{width:100%;overflow-x:auto}}.page-tab{display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:transparent;border:none;border-radius:var(--radius-sm);color:var(--text-secondary);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.page-tab svg{flex-shrink:0;opacity:.6;width:16px;height:16px}.page-tab:hover{background:var(--primary-bg-medium);color:var(--primary)}.page-tab:hover svg{opacity:1}.page-tab.active,.page-tab--active{background:var(--primary);color:var(--text-on-primary)}.page-tab.active svg,.page-tab--active svg{opacity:1}.page-search{display:flex;align-items:center;gap:var(--space-2);flex:1;min-width:200px;max-width:360px}@media (max-width: 768px){.page-search{max-width:100%}}.page-search-input{flex:1;padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--bg-input);transition:all var(--transition-fast)}.page-search-input::placeholder{color:var(--text-tertiary)}.page-search-input:focus{outline:none;border-color:var(--primary);box-shadow:var(--focus-ring)}.page-toolbar-spacer{flex:1}@media (max-width: 768px){.page-toolbar-spacer{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);border:none;border-radius:var(--radius-sm);font-family:var(--font-family-sans);font-weight:var(--font-weight-semibold);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;text-decoration:none;line-height:1}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn--sm{padding:6px var(--space-3);font-size:var(--font-size-xs)}.btn--md{padding:var(--space-2) var(--space-5);font-size:var(--font-size-sm)}.btn--lg{padding:var(--space-3) var(--space-8);font-size:var(--font-size-sm)}.btn--primary{background:var(--primary);color:var(--text-on-primary)}.btn--primary:hover:not(:disabled){background:var(--primary-dark)}.btn--primary:active:not(:disabled){background:var(--primary-dark)}.btn--secondary{background:var(--primary-bg-medium);color:var(--primary);border:1px solid var(--primary-border-medium)}.btn--secondary:hover:not(:disabled){background:var(--primary-bg-hover);border-color:var(--primary-border-strong)}.btn--ghost{background:transparent;color:var(--text-secondary)}.btn--ghost:hover:not(:disabled){background:var(--neutral-bg-medium);color:var(--text-primary)}.btn--danger{background:var(--error);color:var(--text-on-primary)}.btn--danger:hover:not(:disabled){background:var(--error-hover)}.btn--outline{background:transparent;color:var(--primary);border:1px solid var(--primary)}.btn--outline:hover:not(:disabled){background:var(--primary-bg-medium)}.btn--icon{padding:var(--space-2);border-radius:var(--radius-sm)}.btn--icon.btn--sm{padding:var(--space-1)}.btn--icon.btn--lg{padding:var(--space-3)}.page-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-4);margin-bottom:var(--space-6)}@media (max-width: 768px){.page-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:var(--space-3)}}.page-stat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4) var(--space-5);display:flex;align-items:center;gap:var(--space-3);transition:box-shadow var(--transition-fast),background-color var(--transition-fast),border-color var(--transition-fast)}.page-stat-card:hover{box-shadow:var(--shadow-card-hover)}.page-stat-card .stat-icon{width:44px;height:44px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:var(--font-size-xl)}.page-stat-card .stat-content{display:flex;flex-direction:column;gap:2px;min-width:0}.page-stat-card .stat-label{font-size:var(--font-size-xs);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-weight:var(--font-weight-medium)}.page-stat-card .stat-value{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);line-height:1.2}.page-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4) var(--space-5);margin-bottom:var(--space-4);transition:background-color var(--transition-fast),border-color var(--transition-fast)}@media (max-width: 768px){.page-card{padding:var(--space-3) var(--space-4)}}.page-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-5)}.page-card-header h2,.page-card-header h3{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0}.page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--space-5)}@media (max-width: 768px){.page-grid{grid-template-columns:1fr;gap:var(--space-4)}}.page-empty{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-16) var(--space-8);min-height:300px;transition:background-color var(--transition-fast),border-color var(--transition-fast)}.page-empty .empty-icon{font-size:3rem;margin-bottom:var(--space-4);opacity:.5}.page-empty h3{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0 0 var(--space-2)}.page-empty p{color:var(--text-secondary);font-size:var(--font-size-sm);margin:0 0 var(--space-6);max-width:400px}.page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:var(--space-4)}.page-loading .page-spinner{width:40px;height:40px;border:3px solid var(--primary-border-medium);border-top-color:var(--primary);border-radius:50%;animation:page-spin .8s linear infinite}.page-loading p{color:var(--text-secondary);font-size:var(--font-size-sm)}@keyframes page-spin{to{transform:rotate(360deg)}}.page-filters{display:flex;gap:var(--space-2);flex-wrap:wrap}.page-filter-chip{padding:4px var(--space-3);border:1px solid var(--border);border-radius:var(--radius-full);background:transparent;color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--transition-fast)}.page-filter-chip:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-bg-light)}.page-filter-chip.active,.page-filter-chip--active{background:var(--primary);color:var(--text-on-primary);border-color:var(--primary)}.page-table{width:100%;border-collapse:separate;border-spacing:0}.page-table th{padding:var(--space-3) var(--space-4);text-align:left;font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);background:var(--neutral-bg-subtle)}.page-table td{padding:var(--space-3) var(--space-4);font-size:var(--font-size-sm);color:var(--text-primary);border-bottom:1px solid var(--border-light)}.page-table tbody tr{transition:background var(--transition-fast)}.page-table tbody tr:hover{background:var(--primary-bg-subtle)}.page-table tbody tr:last-child td{border-bottom:none}.page-badge{display:inline-flex;align-items:center;gap:4px;padding:2px var(--space-2);border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold);line-height:1.4;transition:background-color var(--transition-fast),color var(--transition-fast)}.page-badge--success{background:var(--badge-success-bg);color:var(--primary)}.page-badge--warning{background:var(--badge-warning-bg);color:var(--secondary-dark)}.page-badge--danger{background:var(--badge-danger-bg);color:var(--error)}.page-badge--info{background:var(--badge-info-bg);color:var(--primary-dark)}.page-badge--neutral{background:var(--badge-neutral-bg);color:var(--text-secondary)}.page-form-group{display:flex;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-4)}.page-form-group label{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.page-form-group label .required{color:var(--error);margin-left:var(--space-0-5)}.page-form-group input,.page-form-group textarea,.page-form-group select{padding:var(--space-2) var(--space-3);border:1px solid var(--border-input);border-radius:var(--radius-sm);font-size:var(--font-size-sm);background:var(--bg-input);color:var(--text-primary);font-family:var(--font-family-sans);transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background-color var(--transition-fast)}.page-form-group input::placeholder,.page-form-group textarea::placeholder,.page-form-group select::placeholder{color:var(--text-placeholder)}.page-form-group input:hover:not(:focus),.page-form-group textarea:hover:not(:focus),.page-form-group select:hover:not(:focus){border-color:var(--border-dark)}.page-form-group input:focus,.page-form-group textarea:focus,.page-form-group select:focus{outline:none;border-color:var(--border-input-focus);box-shadow:var(--focus-ring)}.page-form-group input:disabled,.page-form-group textarea:disabled,.page-form-group select:disabled{background:var(--bg-input-disabled);color:var(--text-tertiary);cursor:not-allowed}.page-form-group input option,.page-form-group textarea option,.page-form-group select option{background:var(--bg-card);color:var(--text-primary)}.page-form-group textarea{resize:vertical;min-height:80px}.page-form-group .field-error{font-size:var(--font-size-xs);color:var(--error);margin-top:var(--space-0-5)}.page-form-group .field-hint{font-size:var(--font-size-xs);color:var(--text-tertiary)}.page-form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}@media (max-width: 768px){.page-form-row{grid-template-columns:1fr}}.page-divider{height:1px;background:var(--border);border:none;margin:var(--space-6) 0;transition:background-color var(--transition-fast)}.page-action-bar{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-3);padding-top:var(--space-5);border-top:1px solid var(--border);transition:border-color var(--transition-fast)}@media (max-width: 768px){.page-action-bar{flex-direction:column-reverse;align-items:stretch}.page-action-bar .btn{width:100%;justify-content:center}}.page-section-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-4)}.page-section-header h2,.page-section-header h3{font-size:var(--font-size-lg);font-weight:var(--font-weight-semibold);color:var(--text-primary);margin:0}.page-section-header p{font-size:var(--font-size-sm);color:var(--text-secondary);margin:0}.lgpd-page{padding:var(--space-4) var(--space-6);max-width:1440px;margin:0 auto}@media (max-width: 1024px){.lgpd-page{padding:var(--space-4) var(--space-5)}}@media (max-width: 768px){.lgpd-page{padding:var(--space-4)}}.lgpd-page__main{display:block}.lgpd-page__header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:var(--space-4);margin-bottom:var(--space-5)}.lgpd-page__title{margin:0 0 var(--space-1);font-size:var(--font-size-3xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);letter-spacing:-.02em}.lgpd-page__subtitle{color:var(--text-secondary);font-size:var(--font-size-sm);max-width:720px}.lgpd-page__metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-3);margin-bottom:var(--space-5)}.lgpd-page__metric-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow-sm, 0 1px 2px rgba(0, 0, 0, .04));border-left:4px solid var(--card-color, var(--primary));transition:box-shadow var(--transition-fast)}.lgpd-page__metric-card:hover{box-shadow:var(--shadow-md, 0 2px 6px rgba(0, 0, 0, .08))}.lgpd-page__metric-card--skeleton{min-height:90px;background:linear-gradient(90deg,var(--bg-card) 0%,var(--bg-card-hover) 50%,var(--bg-card) 100%);background-size:200% 100%;animation:lgpd-shimmer 1.6s infinite;border-left-color:var(--border)}.lgpd-page__metric-card--breakdown{border-left-color:var(--color-info, #0891b2)}.lgpd-page__metric-value{font-size:var(--font-size-2xl);font-weight:var(--font-weight-semibold);color:var(--text-primary);line-height:1.2}.lgpd-page__metric-label{color:var(--text-secondary);font-size:var(--font-size-sm);margin-top:var(--space-1)}.lgpd-page__breakdown{display:flex;flex-direction:column;gap:var(--space-1);margin-top:var(--space-2)}.lgpd-page__breakdown-item{display:flex;justify-content:space-between;font-size:var(--font-size-sm);color:var(--text-primary)}.lgpd-page__breakdown-type{color:var(--text-secondary)}.lgpd-page__breakdown-count{font-weight:var(--font-weight-semibold)}.lgpd-page__filters{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-3);margin-bottom:var(--space-4)}.lgpd-page__filter-select,.lgpd-page__filter-input{background:var(--bg-input, var(--bg-card));color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);font-size:var(--font-size-sm);min-width:150px;transition:border-color var(--transition-fast)}.lgpd-page__filter-select:focus,.lgpd-page__filter-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg-medium)}.lgpd-page__filter-select option,.lgpd-page__filter-input option{background:var(--bg-card);color:var(--text-primary)}.lgpd-page__filter-input--narrow{min-width:110px}.lgpd-page__btn{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);cursor:pointer;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);transition:all var(--transition-fast)}.lgpd-page__btn:hover:not(:disabled){background:var(--primary-bg-medium);color:var(--primary);border-color:var(--primary)}.lgpd-page__btn:disabled{opacity:.6;cursor:not-allowed}.lgpd-page__btn--primary{background:var(--primary);color:#fff;border-color:var(--primary)}.lgpd-page__btn--primary:hover:not(:disabled){background:var(--primary-hover, var(--primary));color:#fff}.lgpd-page__btn--export{margin-left:auto}.lgpd-page__btn--small{padding:var(--space-1) var(--space-2);font-size:var(--font-size-xs)}.lgpd-page__error{background:var(--color-danger-soft, rgba(220, 38, 38, .1));color:var(--color-danger, #dc2626);border:1px solid var(--color-danger, #dc2626);border-radius:var(--radius-md);padding:var(--space-3);margin-bottom:var(--space-3);font-size:var(--font-size-sm)}.lgpd-page__loading{display:flex;flex-direction:column;align-items:center;padding:var(--space-6);color:var(--text-secondary)}.lgpd-page__loading-inline{color:var(--text-secondary);font-style:italic}.lgpd-page__spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:lgpd-spin .8s linear infinite;margin-bottom:var(--space-3)}.lgpd-page__empty{text-align:center;padding:var(--space-6);color:var(--text-secondary)}.lgpd-page__empty-sub{font-size:var(--font-size-sm);opacity:.8}.lgpd-page__table-wrapper{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.lgpd-page__row{transition:background var(--transition-fast)}.lgpd-page__row:hover{background:var(--primary-bg-medium)}.lgpd-page__cell-cpf{font-family:var(--font-family-mono, monospace);font-size:var(--font-size-xs);color:var(--text-secondary)}.lgpd-page__type-badge,.lgpd-page__status-badge{display:inline-block;padding:2px var(--space-2);border-radius:var(--radius-sm);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.04em}.lgpd-page__type-badge,.lgpd-page__type-badge--access{background:var(--primary-bg-medium);color:var(--primary)}.lgpd-page__type-badge--correction{background:var(--color-info-soft, rgba(8, 145, 178, .12));color:var(--color-info, #0891b2)}.lgpd-page__type-badge--deletion{background:var(--color-danger-soft, rgba(220, 38, 38, .12));color:var(--color-danger, #dc2626)}.lgpd-page__status-badge{background:var(--bg-card-hover);color:var(--text-secondary)}.lgpd-page__status-badge--pending{background:var(--color-warning-soft, rgba(217, 119, 6, .12));color:var(--color-warning, #d97706)}.lgpd-page__status-badge--in_progress{background:var(--primary-bg-medium);color:var(--primary)}.lgpd-page__status-badge--completed{background:var(--color-success-soft, rgba(47, 143, 111, .14));color:var(--success)}.lgpd-page__status-badge--rejected{background:var(--color-danger-soft, rgba(220, 38, 38, .12));color:var(--color-danger, #dc2626)}.lgpd-page__deadline{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium)}.lgpd-page__deadline--ok{color:var(--success)}.lgpd-page__deadline--warning{color:var(--color-warning, #d97706)}.lgpd-page__deadline--overdue{color:var(--color-danger, #dc2626)}.lgpd-page__pagination{display:flex;justify-content:center;margin-top:var(--space-4)}.lgpd-page__detail-dialog{max-width:720px;width:95vw;max-height:85vh;overflow-y:auto}.lgpd-page__detail-body{padding:var(--space-3) 0}.lgpd-page__detail-section{margin-bottom:var(--space-4)}.lgpd-page__detail-section h4{margin:0 0 var(--space-2);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);color:var(--text-primary)}.lgpd-page__detail-section p{margin:0 0 var(--space-1);color:var(--text-primary);font-size:var(--font-size-sm)}.lgpd-page__detail-section--action{background:var(--primary-bg-medium);border:1px solid var(--primary);border-radius:var(--radius-md);padding:var(--space-3)}.lgpd-page__detail-section--warning{background:var(--color-danger-soft, rgba(220, 38, 38, .08));border:1px solid var(--color-danger, #dc2626);border-radius:var(--radius-md);padding:var(--space-3)}.lgpd-page__detail-section--warning code{background:var(--bg-card);padding:2px 6px;border-radius:var(--radius-sm);font-family:var(--font-family-mono, monospace)}.lgpd-page__detail-description{background:var(--bg-card-hover);padding:var(--space-2);border-radius:var(--radius-sm);white-space:pre-wrap}.lgpd-page__detail-payload{background:var(--bg-card-hover);padding:var(--space-3);border-radius:var(--radius-sm);font-family:var(--font-family-mono, monospace);font-size:var(--font-size-xs);color:var(--text-primary);white-space:pre-wrap;word-break:break-all;max-height:240px;overflow-y:auto}.lgpd-page__detail-empty{color:var(--text-secondary);font-style:italic}.lgpd-page__link{color:var(--primary);text-decoration:underline}.lgpd-page__link:hover{color:var(--primary-hover, var(--primary))}.lgpd-page__timeline{list-style:none;margin:0;padding:0;border-left:2px solid var(--border);padding-left:var(--space-3)}.lgpd-page__timeline-item{position:relative;padding:var(--space-1) 0;font-size:var(--font-size-sm);display:flex;gap:var(--space-2);flex-wrap:wrap}.lgpd-page__timeline-item:before{content:"";position:absolute;left:-22px;top:12px;width:8px;height:8px;background:var(--primary);border-radius:50%;border:2px solid var(--bg-card)}.lgpd-page__timeline-time{color:var(--text-secondary)}.lgpd-page__timeline-action{color:var(--primary);font-weight:var(--font-weight-medium)}.lgpd-page__timeline-user{color:var(--text-secondary);font-style:italic}.lgpd-page__textarea{width:100%;background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-2);font-family:inherit;font-size:var(--font-size-sm);resize:vertical;min-height:80px}.lgpd-page__textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-bg-medium)}.lgpd-page__action-row{display:flex;gap:var(--space-2);margin-top:var(--space-2);align-items:center}.lgpd-page--unauthorized .lgpd-page__main{padding:var(--space-8);text-align:center}@keyframes lgpd-spin{to{transform:rotate(360deg)}}@keyframes lgpd-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.emergency-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#991b1bf7;color:#fff;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;padding:var(--space-6) var(--space-4) var(--space-10);animation:overlay-appear .3s ease}.emergency-overlay__inner{width:min(680px,100%);display:flex;flex-direction:column;gap:20px}.emergency-overlay__header{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.emergency-overlay__icon{font-size:2.5rem;line-height:1;animation:blink-icon 1s step-start infinite}.emergency-overlay__title{margin:0;font-size:clamp(1.5rem,5vw,2.2rem);font-weight:900;letter-spacing:.02em;text-transform:uppercase;text-shadow:0 2px 8px rgba(0,0,0,.4);flex:1}.emergency-overlay__timer{font-size:1.6rem;font-weight:800;font-variant-numeric:tabular-nums;background:#0000004d;padding:var(--space-1-5) var(--space-4);border-radius:var(--radius-lg);min-width:80px;text-align:center;letter-spacing:.05em}.emergency-overlay__info{background:#00000040;border-radius:var(--radius-2xl);padding:var(--space-5);display:flex;flex-direction:column;gap:10px}.emergency-overlay__type{font-size:1.1rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;opacity:.9}.emergency-overlay__description{font-size:var(--font-size-xl);font-weight:600;line-height:1.5}.emergency-overlay__location{font-size:var(--font-size-base);opacity:.85}.emergency-overlay__triggered-by{font-size:var(--font-size-sm);opacity:.8;margin-top:var(--space-1)}.emergency-overlay__triggered-by strong{opacity:1}.emergency-overlay__protocol{background:#0003;border-left:4px solid rgba(255,255,255,.6);border-radius:0 12px 12px 0;padding:var(--space-4) var(--space-5)}.emergency-overlay__protocol h3{margin:0 0 var(--space-3);font-size:var(--font-size-sm);text-transform:uppercase;letter-spacing:.07em;opacity:.85}.emergency-overlay__protocol ol{margin:0;padding-left:var(--space-5);display:flex;flex-direction:column;gap:8px}.emergency-overlay__protocol ol li{font-size:var(--font-size-base);font-weight:500;line-height:1.4}.emergency-overlay__actions{display:flex;justify-content:center;margin-top:var(--space-2)}.emergency-overlay__dismiss-btn{padding:var(--space-3) var(--space-8);border:2px solid rgba(255,255,255,.8);border-radius:var(--radius-xl);background:#ffffff26;color:#fff;font-size:var(--font-size-base);font-weight:700;cursor:pointer;transition:background .2s,transform .1s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.emergency-overlay__dismiss-btn:hover{background:#ffffff4d;transform:scale(1.02)}.emergency-overlay__dismiss-btn:active{transform:scale(.97)}.emergency-overlay__dismiss-hint{font-size:var(--font-size-sm);opacity:.65;text-align:center;margin:0}@keyframes overlay-appear{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes blink-icon{0%,to{opacity:1}50%{opacity:.4}}.emergency-dismiss-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:10001;display:flex;align-items:center;justify-content:center}.emergency-dismiss-modal{background:var(--bg-card);border-radius:var(--radius-2xl);width:min(440px,92vw);overflow:hidden;box-shadow:0 24px 48px #0000004d;animation:slide-up .2s ease}.emergency-dismiss-modal__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;border-bottom:1px solid var(--border)}.emergency-dismiss-modal__header h3{margin:0;font-size:var(--font-size-base);font-weight:700;color:var(--text-primary)}.emergency-dismiss-modal__close{background:none;border:none;cursor:pointer;color:var(--text-tertiary);padding:var(--space-1);display:flex;align-items:center}.emergency-dismiss-modal__close:hover{color:var(--text-primary)}.emergency-dismiss-modal__body{padding:18px var(--space-5);display:flex;flex-direction:column;gap:10px}.emergency-dismiss-modal__body label{font-size:var(--font-size-sm);font-weight:600;color:var(--text-secondary)}.emergency-dismiss-modal__body textarea{padding:var(--space-2-5) var(--space-3);border:1.5px solid var(--border);border-radius:var(--radius-lg);font-size:var(--font-size-sm);resize:vertical;color:var(--text-primary);background:var(--bg-card)}.emergency-dismiss-modal__body textarea:focus{outline:none;border-color:#dc2626}.emergency-dismiss-modal__body textarea:disabled{opacity:.6}.emergency-dismiss-modal__error{padding:var(--space-2) var(--space-3);background:#fee2e2;border:1px solid #fca5a5;border-radius:var(--radius-md);color:#991b1b;font-size:.83rem}.emergency-dismiss-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 20px 18px;border-top:1px solid #eee}.emergency-dismiss-modal__footer button{padding:9px var(--space-5);border-radius:var(--radius-lg);font-size:var(--font-size-sm);cursor:pointer;transition:background .15s}.emergency-dismiss-modal__footer button:first-child{background:transparent;border:1.5px solid #ddd;color:#333}.emergency-dismiss-modal__footer button:first-child:hover:not(:disabled){background:#f5f5f5}.emergency-dismiss-modal__footer button:disabled{opacity:.6;cursor:not-allowed}.emergency-dismiss-modal__confirm{background:#dc2626!important;color:#fff!important;border:none!important;font-weight:700!important}.emergency-dismiss-modal__confirm:hover:not(:disabled){background:#b91c1c!important}@keyframes slide-up{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}:root.dark .emergency-dismiss-modal{background:#1e1e1e}:root.dark .emergency-dismiss-modal__header{border-color:#333}:root.dark .emergency-dismiss-modal__header h3{color:#f0f0f0}:root.dark .emergency-dismiss-modal__close{color:#aaa}:root.dark .emergency-dismiss-modal__close:hover{color:#eee}:root.dark .emergency-dismiss-modal__body label{color:#aaa}:root.dark .emergency-dismiss-modal__body textarea{background:#2a2a2a;border-color:#3a3a3a;color:#f0f0f0}:root.dark .emergency-dismiss-modal__footer{border-color:#333}:root.dark .emergency-dismiss-modal__footer button:first-child{border-color:#3a3a3a;color:#ddd}:root.dark .emergency-dismiss-modal__footer button:first-child:hover:not(:disabled){background:#2a2a2a}@media (max-width: 480px){.emergency-overlay{padding:var(--space-4) var(--space-3) var(--space-8)}.emergency-overlay__header{gap:10px}.emergency-overlay__timer{font-size:var(--font-size-lg)}.emergency-overlay__description{font-size:1.05rem}}:root{--primary: var(--color-brand, #357873);--primary-rgb: 53, 120, 115;--primary-foreground: var(--color-on-brand, #ffffff);--primary-light: var(--color-brand, #357873);--primary-dark: var(--color-brand-strong, #2a615d);--primary-hover: var(--color-brand-strong, #2a615d);--secondary: var(--color-accent, #e3bb38);--secondary-foreground: var(--color-on-accent, #1a1208);--secondary-light: var(--color-accent, #e3bb38);--secondary-dark: var(--color-accent-strong, #c9a52e);--secondary-hover: var(--color-accent-strong, #c9a52e);--muted: var(--color-tag, #ddd1ae);--muted-foreground: var(--color-text-muted, #4a5b54);--accent: var(--color-accent, #e3bb38);--accent-foreground: var(--color-on-accent, #1a1208);--destructive: var(--color-alert, #c0392b);--destructive-foreground:var(--color-text-inverted, #ffffff);--ring: var(--color-brand, #357873);--success: var(--color-success, #2f8f6f);--success-light: var(--color-success-soft, rgba(47,143,111,.14));--success-bg: var(--color-success-soft, rgba(47,143,111,.14));--warning: var(--color-warn, #d28d2c);--warning-light: var(--color-warn-soft, rgba(210,141,44,.14));--warning-bg: var(--color-warn-soft, rgba(210,141,44,.14));--error: var(--color-alert, #c0392b);--error-light: var(--color-alert-soft, rgba(192,57,43,.14));--error-bg: var(--color-alert-soft, rgba(192,57,43,.14));--info: var(--color-info, #3a7a9c);--info-light: var(--color-info-soft, rgba(58,122,156,.14));--info-bg: var(--color-info-soft, rgba(58,122,156,.14));--bg-page: var(--color-bg, #f2ecdb);--bg-card: var(--color-surface, #f9f3e3);--bg-card-hover: var(--color-surface-strong, #efe7d0);--bg-sidebar: var(--color-surface-sunken, #e8ddc2);--bg-sidebar-hover: var(--color-surface-strong, #efe7d0);--bg-input: var(--color-surface, #f9f3e3);--bg-input-disabled: var(--color-surface-strong, #efe7d0);--bg-modal-overlay: var(--color-overlay, rgba(26,38,32,.45));--bg-tooltip: #1f2937;--bg-badge: var(--color-tag, #ddd1ae);--bg-highlight: var(--color-brand-soft, rgba(53,120,115,.12));--text-primary: var(--color-text, #1a2620);--text-secondary: var(--color-text-muted, #4a5b54);--text-tertiary: var(--color-text-dim, #6a7a72);--text-inverse: var(--color-text-inverted, #ffffff);--text-link: var(--color-brand, #357873);--text-on-primary: var(--color-on-brand, #ffffff);--text-on-sidebar: var(--color-text-muted, #4a5b54);--text-on-sidebar-muted: rgba(74, 91, 84, .7);--sidebar-icon-filter: brightness(0) saturate(100%) invert(33%) sepia(15%) saturate(420%) hue-rotate(110deg) brightness(92%) contrast(88%);--sidebar-icon-filter-hover: brightness(0) saturate(100%) invert(20%) sepia(20%) saturate(500%) hue-rotate(110deg) brightness(85%) contrast(92%);--sidebar-icon-filter-active: brightness(0) saturate(100%) invert(54%) sepia(40%) saturate(500%) hue-rotate(126deg) brightness(95%) contrast(88%);--sidebar-border: #e5e7eb;--sidebar-tooltip-bg: #1f2937;--sidebar-tooltip-text: rgba(255, 255, 255, .9);--sidebar-submenu-border: rgba(0, 0, 0, .08);--sidebar-submenu-text: #4b5563;--border: var(--color-border, #ddd1ae);--border-light: var(--color-border-faint, #e8dec3);--border-dark: var(--color-border-strong, #cdbf94);--border-input: var(--color-border, #ddd1ae);--border-input-focus: var(--color-brand, #357873);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .03);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .03);--shadow: 0 2px 4px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .03);--shadow-md: 0 4px 8px rgba(0, 0, 0, .06), 0 2px 4px rgba(0, 0, 0, .04);--shadow-lg: 0 8px 16px rgba(0, 0, 0, .07), 0 4px 8px rgba(0, 0, 0, .04);--shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, .15);--shadow-modal: 0 20px 60px rgba(0, 0, 0, .2);--shadow-card: 0 1px 2px rgba(0, 0, 0, .04);--shadow-card-hover: 0 2px 4px rgba(0, 0, 0, .06);--gradient-primary: linear-gradient(135deg, #2B7A6F 0%, #3A9B8E 100%);--gradient-secondary: linear-gradient(135deg, #C5A832 0%, #DBBE4A 100%);--gradient-sidebar: linear-gradient(180deg, #1E5C53 0%, #0F2B28 100%);--accent-teal: #3A9B8E;--accent-gold: #DBBE4A;--accent-pink: #FFE5E5;--accent-blue: #EDE9FE;--accent-purple: #F3E5F5;--overlay-dark: rgba(0, 0, 0, .7);--overlay-light: rgba(255, 255, 255, .7);--success-dark: #065F46;--warning-dark: #92400E;--error-dark: #991B1B;--info-dark: #5B21B6;--toast-success-bg: rgba(16, 185, 129, .1);--toast-success-border: rgba(16, 185, 129, .3);--toast-success-icon-bg: rgba(16, 185, 129, .2);--toast-error-bg: rgba(239, 68, 68, .1);--toast-error-border: rgba(239, 68, 68, .3);--toast-error-icon-bg: rgba(239, 68, 68, .2);--toast-warning-bg: rgba(245, 158, 11, .1);--toast-warning-border: rgba(245, 158, 11, .3);--toast-warning-icon-bg: rgba(245, 158, 11, .2);--toast-info-bg: rgba(139, 92, 246, .1);--toast-info-border: rgba(139, 92, 246, .3);--toast-info-icon-bg: rgba(139, 92, 246, .2);--badge-success-bg: rgba(58, 155, 142, .12);--badge-warning-bg: rgba(197, 168, 50, .12);--badge-danger-bg: rgba(220, 38, 38, .1);--badge-info-bg: rgba(167, 139, 250, .12);--badge-neutral-bg: rgba(0, 0, 0, .06);--primary-bg-subtle: rgba(43, 122, 111, .03);--primary-bg-light: rgba(43, 122, 111, .05);--primary-bg-medium: rgba(43, 122, 111, .08);--primary-bg-strong: rgba(43, 122, 111, .12);--primary-bg-hover: rgba(43, 122, 111, .14);--primary-border-light: rgba(43, 122, 111, .1);--primary-border-medium: rgba(43, 122, 111, .2);--primary-border-strong: rgba(43, 122, 111, .3);--neutral-bg-subtle: rgba(0, 0, 0, .02);--neutral-bg-light: rgba(0, 0, 0, .04);--neutral-bg-medium: rgba(0, 0, 0, .06);--neutral-bg-hover: rgba(0, 0, 0, .08);--neutral-border-light: rgba(0, 0, 0, .08);--neutral-border-medium: rgba(0, 0, 0, .1);--bg-header: #fafbfc;--bg-slots: #f8f9fa;--bg-hover-light: #f5f5f5;--bg-hover-subtle: #f0f0f0;--bg-disabled: #f5f5f5;--border-medium: #d0d0d0;--border-heavy: #d5d5d5;--scrollbar-track: #f0f0f0;--scrollbar-thumb: #c0c0c0;--scrollbar-thumb-hover: #999999;--text-placeholder: #aaaaaa;--table-row-hover: rgba(58, 155, 142, .12);--table-header-bg: rgba(43, 122, 111, .08);--table-header-border: rgba(43, 122, 111, .2);--table-row-even: rgba(43, 122, 111, .03);--table-cell-border: rgba(0, 0, 0, .08);--focus-ring: 0 0 0 3px rgba(43, 122, 111, .15);--focus-ring-error: 0 0 0 3px rgba(239, 68, 68, .15);--shadow-btn-primary: 0 4px 12px rgba(43, 122, 111, .2);--shadow-btn-primary-hover: 0 6px 16px rgba(43, 122, 111, .3);--shadow-btn-danger: 0 4px 12px rgba(220, 38, 38, .2);--shadow-btn-danger-hover: 0 6px 16px rgba(220, 38, 38, .3);--shadow-btn-success: 0 4px 12px rgba(16, 185, 129, .2);--shadow-btn-success-hover: 0 6px 16px rgba(16, 185, 129, .3);--shadow-btn-warning: 0 4px 12px rgba(245, 158, 11, .2);--shadow-btn-warning-hover: 0 6px 16px rgba(245, 158, 11, .3);--shadow-btn-info: 0 4px 12px rgba(139, 92, 246, .2);--shadow-btn-info-hover: 0 6px 16px rgba(139, 92, 246, .3);--error-hover: #b91c1c;--event-consulta: #2B7A6F;--event-consulta-bg: rgba(43, 122, 111, .1);--event-primeira-consulta: #14B8A6;--event-primeira-consulta-bg: rgba(20, 184, 166, .15);--event-retorno: #2B7A6F;--event-retorno-bg: rgba(43, 122, 111, .15);--event-procedimento: #8B5CF6;--event-procedimento-bg: rgba(139, 92, 246, .15);--event-imunoterapia: #9C27B0;--event-imunoterapia-bg: rgba(156, 39, 176, .15);--event-exame: #FF9800;--event-exame-bg: rgba(255, 152, 0, .15);--event-avaliacao: #607D8B;--event-avaliacao-bg: rgba(96, 125, 139, .15);--event-encaixe: #F59E0B;--event-encaixe-bg: rgba(245, 158, 11, .15);--event-bloqueio: #6B7280;--event-bloqueio-bg: rgba(107, 114, 128, .15);--event-tarefa: #C5A832;--event-tarefa-bg: rgba(197, 168, 50, .15);--event-lembrete: #F472B6;--event-lembrete-bg: rgba(244, 114, 182, .15);--event-teleconsulta: #10B981;--event-teleconsulta-bg: rgba(16, 185, 129, .15);--calendar-unimed: #8B5CF6;--calendar-unimed-bg: rgba(139, 92, 246, .12);--calendar-particular: #2B7A6F;--calendar-particular-bg: rgba(43, 122, 111, .12);--calendar-intercambio: #F59E0B;--calendar-intercambio-bg: rgba(245, 158, 11, .12);--calendar-convenio: #14B8A6;--calendar-convenio-bg: rgba(20, 184, 166, .12);--calendar-isento: #6B7280;--calendar-isento-bg: rgba(107, 114, 128, .12);--calendar-outro: #9CA3AF;--calendar-outro-bg: rgba(156, 163, 175, .12);--font-family-sans: "Poppins", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-size-2xs: .625rem;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2rem;--font-size-5xl: 4rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--space-0: 1px;--space-0-5: .125rem;--space-1: .25rem;--space-1-5: .375rem;--space-2: .5rem;--space-2-5: .625rem;--space-3: .75rem;--space-3-5: .875rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--radius-xs: 3px;--radius-sm: 4px;--radius: 6px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 10px;--radius-2xl: 12px;--radius-3xl: 16px;--radius-4xl: 20px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .4s ease;--transition-theme: background-color .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease;--transform-lift-xs: translateY(-1px);--transform-lift-sm: translateY(-2px);--transform-lift-md: translateY(-4px);--transform-lift-lg: translateY(-6px);--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal: 1050;--z-tooltip: 1060;--size-button-xs: 28px;--size-button-sm: 32px;--size-button-md: 36px;--size-button-lg: 40px;--size-sidebar-width: 64px;--size-sidebar-expanded: 240px;--audit-action-view: #A78BFA;--audit-action-create: #43e97b;--audit-action-update: #fa709a;--audit-action-delete: #ff4d4d;--audit-action-login: #8B5CF6;--audit-action-logout: #f093fb;--audit-action-export: #ffa040;--audit-action-default: #8B5CF6;--allergen-controles: #6b7280;--allergen-acaros: #8b5cf6;--allergen-gramineas: #10b981;--allergen-animais: #f59e0b;--allergen-insetos: #ef4444;--allergen-fungos: #14B8A6;--allergen-latex: #84cc16;--allergen-alimentares: #f97316;--allergen-polens: #ec4899;--allergen-custom: #9ca3af;--event-patch-test: #F97316;--event-patch-test-border: #EA580C;--event-status-realizado: #10B981;--event-status-faltou: #EF4444;--event-status-cancelado: #9CA3AF;--event-whatsapp: #25D366;--panel-type-default-bg: #ede9fe;--panel-type-default-color: #7c3aed;--panel-type-custom-bg: #ccfbf1;--panel-type-custom-color: #5B21B6;--panel-item-control-bg: #fefce8;--panel-item-control-hover-bg: #fef9c3;--panel-item-draggable-hover-bg: #f5f3ff;--panel-add-custom-hover-bg: #f5f3ff;--surface: var(--bg-card);--surface-secondary: var(--bg-card-hover);--white: #ffffff;--background: var(--bg-page);--background-overlay: var(--bg-page);--dark-surface: var(--bg-sidebar);--glass-background: var(--bg-card);--glass-card-bg: var(--bg-card);--glass-card-bg-strong: var(--bg-card);--glass-card-border: 1px solid var(--border);--glass-card-shadow: var(--shadow-card);--glass-border-strong: 1px solid var(--border-dark);--glass-shadow: var(--shadow-sm);--glass-blur: none;--glass-blur-strong: none;--glass-blur-medium: none;--glass-blur-light: none;--glass-background-dark: var(--bg-sidebar);--glass-card-dark-bg: var(--bg-sidebar);--glass-card-dark-border: 1px solid rgba(255, 255, 255, .1);--glass-card-dark-shadow: var(--shadow-md);--text-shadow: none;--text-shadow-sm: none;--text-shadow-strong: none;--text-shadow-on-image: 0 2px 4px rgba(0, 0, 0, .6);--spinner-border: 4px;--error-background: var(--error-light);--error-text: var(--error);--error-border: #fecaca;--error-light: #fca5a5;--success-light: #5FBFB2;--success-background: var(--success-bg);--message-user-max-width: 70%;--message-ai-max-width: 80%;--message-error-max-width: 60%;--message-mobile-max-width: 85%;--score-mild: #10B981;--score-mild-bg: rgba(16, 185, 129, .12);--score-moderate: #F59E0B;--score-moderate-bg: rgba(245, 158, 11, .12);--score-severe: #F97316;--score-severe-bg: rgba(249, 115, 22, .12);--score-critical: #EF4444;--score-critical-bg: rgba(239, 68, 68, .12);--score-controlled: #10B981;--score-controlled-bg: rgba(16, 185, 129, .12);--score-info: #8B5CF6;--score-info-bg: rgba(139, 92, 246, .12);--appt-consulta-bg: #E8F5E9;--appt-consulta-color: #2E7D32;--appt-consulta-border: #A5D6A7;--appt-retorno-bg: #E3F2FD;--appt-retorno-color: #7C3AED;--appt-retorno-border: #C4B5FD;--appt-procedimento-bg: #FFF3E0;--appt-procedimento-color: #E65100;--appt-procedimento-border: #FFCC80;--appt-primeira-bg: #F3E5F5;--appt-primeira-color: #7B1FA2;--appt-primeira-border: #CE93D8;--appt-imunoterapia-bg: #E0F7FA;--appt-imunoterapia-color: #00695C;--appt-imunoterapia-border: #80DEEA;--appt-exame-bg: #FBE9E7;--appt-exame-color: #BF360C;--appt-exame-border: #FFAB91;--appt-teleconsulta-bg: #EDE7F6;--appt-teleconsulta-color: #4527A0;--appt-teleconsulta-border: #B39DDB;--appt-encaixe-bg: #FFF8E1;--appt-encaixe-color: #F57F17;--appt-encaixe-border: #FFE082;--appt-avaliacao-bg: #E8EAF6;--appt-avaliacao-color: #283593;--appt-avaliacao-border: #C4B5FD;--appt-default-bg: #F5F5F5;--appt-default-color: #616161;--appt-default-border: #E0E0E0;--chart-primary: #2B7A6F;--chart-primary-light: #3A9B8E;--chart-primary-dark: #1E5C53;--chart-secondary: #C5A832;--chart-secondary-light: #DBBE4A;--chart-accent-teal: #3A9B8E;--chart-accent-teal-light: #5FBFB2;--chart-accent-gold: #DBBE4A;--chart-accent-gold-dark: #A68C22;--chart-hover-teal: #5FE3D3;--chart-hover-gold: #E8D06E;--chart-hover-cyan: #2DD4BF;--chart-text: #1a1a1a;--chart-tooltip-bg: rgba(43, 122, 111, .9);--chart-tooltip-border: #3A9B8E;--chart-grid: rgba(0, 0, 0, .05);--stat-blue: #7C3AED;--stat-orange: #E65100;--stat-red: #C62828}.dark{--muted: var(--color-tag, #143832);--muted-foreground: var(--color-text-muted, #aab4be);--accent: var(--color-accent, #e3bb38);--accent-foreground: var(--color-on-accent, #1a1208);--destructive: var(--color-alert, #e76f51);--destructive-foreground:var(--color-text-inverted, #1a2620);--ring: var(--color-brand, #4a8e88);--bg-page: var(--color-bg, #081f1c);--bg-card: var(--color-surface, #0c2722);--bg-card-hover: var(--color-surface-strong, #143832);--bg-sidebar: var(--color-surface-sunken, #06231f);--bg-sidebar-hover: var(--color-surface-strong, #143832);--bg-input: var(--color-surface, #0c2722);--bg-input-disabled: var(--color-surface-sunken, #06231f);--bg-modal-overlay: var(--color-overlay, rgba(0,0,0,.55));--bg-tooltip: #f3f4f6;--bg-badge: var(--color-tag, #143832);--bg-highlight: var(--color-brand-soft, rgba(74,142,136,.18));--text-primary: var(--color-text, #e6e8eb);--text-secondary: var(--color-text-muted, #aab4be);--text-tertiary: var(--color-text-dim, #7d9a92);--text-inverse: var(--color-text-inverted, #1a2620);--text-link: var(--color-brand-strong, #62a59f);--text-on-primary: var(--color-on-brand, #ffffff);--border: var(--color-border, #1a3d36);--border-light: var(--color-border-faint, #11302b);--border-dark: var(--color-border-strong, #2a5650);--border-input: var(--color-border, #1a3d36);--border-input-focus: var(--color-brand-strong, #62a59f);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .15);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .15);--shadow: 0 2px 4px rgba(0, 0, 0, .2), 0 1px 2px rgba(0, 0, 0, .15);--shadow-md: 0 4px 8px rgba(0, 0, 0, .25), 0 2px 4px rgba(0, 0, 0, .15);--shadow-lg: 0 8px 16px rgba(0, 0, 0, .3), 0 4px 8px rgba(0, 0, 0, .2);--shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, .5);--shadow-modal: 0 20px 60px rgba(0, 0, 0, .5);--shadow-card: 0 1px 2px rgba(0, 0, 0, .2);--shadow-card-hover: 0 2px 6px rgba(0, 0, 0, .3);--gradient-primary: linear-gradient(135deg, #3A9B8E 0%, #5FBFB2 100%);--gradient-secondary: linear-gradient(135deg, #C5A832 0%, #DBBE4A 100%);--gradient-sidebar: linear-gradient(180deg, #081917 0%, #050F0E 100%);--success-bg: rgba(16, 185, 129, .15);--warning-bg: rgba(245, 158, 11, .15);--error-bg: rgba(239, 68, 68, .15);--info-bg: rgba(167, 139, 250, .18);--success-light: #065F46;--warning-light: #78350F;--error-light: #7F1D1D;--info-light: #4C1D95;--overlay-dark: rgba(0, 0, 0, .8);--overlay-light: rgba(255, 255, 255, .1);--success-dark: #6EE7B7;--warning-dark: #FCD34D;--error-dark: #FCA5A5;--info-dark: #C4B5FD;--toast-success-bg: rgba(16, 185, 129, .15);--toast-success-border: rgba(16, 185, 129, .35);--toast-success-icon-bg: rgba(16, 185, 129, .25);--toast-error-bg: rgba(239, 68, 68, .15);--toast-error-border: rgba(239, 68, 68, .35);--toast-error-icon-bg: rgba(239, 68, 68, .25);--toast-warning-bg: rgba(245, 158, 11, .15);--toast-warning-border: rgba(245, 158, 11, .35);--toast-warning-icon-bg: rgba(245, 158, 11, .25);--toast-info-bg: rgba(167, 139, 250, .15);--toast-info-border: rgba(167, 139, 250, .35);--toast-info-icon-bg: rgba(167, 139, 250, .25);--badge-success-bg: rgba(58, 155, 142, .2);--badge-warning-bg: rgba(197, 168, 50, .2);--badge-danger-bg: rgba(220, 38, 38, .18);--badge-info-bg: rgba(167, 139, 250, .2);--badge-neutral-bg: rgba(255, 255, 255, .08);--primary-bg-subtle: rgba(58, 155, 142, .05);--primary-bg-light: rgba(58, 155, 142, .08);--primary-bg-medium: rgba(58, 155, 142, .12);--primary-bg-strong: rgba(58, 155, 142, .18);--primary-bg-hover: rgba(58, 155, 142, .22);--primary-border-light: rgba(58, 155, 142, .15);--primary-border-medium: rgba(58, 155, 142, .25);--primary-border-strong: rgba(58, 155, 142, .4);--neutral-bg-subtle: rgba(255, 255, 255, .02);--neutral-bg-light: rgba(255, 255, 255, .05);--neutral-bg-medium: rgba(255, 255, 255, .08);--neutral-bg-hover: rgba(255, 255, 255, .1);--neutral-border-light: rgba(255, 255, 255, .08);--neutral-border-medium: rgba(255, 255, 255, .12);--bg-header: #14332E;--bg-slots: #0E2622;--bg-hover-light: #14332E;--bg-hover-subtle: #1A3D38;--bg-disabled: #081917;--border-medium: #1A3D38;--border-heavy: #2D5A54;--scrollbar-track: #0E2622;--scrollbar-thumb: #3A7A72;--scrollbar-thumb-hover: #5FBFB2;--text-placeholder: #6B7280;--table-row-hover: rgba(58, 155, 142, .18);--table-header-bg: rgba(58, 155, 142, .12);--table-header-border: rgba(58, 155, 142, .25);--table-row-even: rgba(58, 155, 142, .05);--table-cell-border: rgba(255, 255, 255, .06);--focus-ring: 0 0 0 3px rgba(95, 191, 178, .25);--focus-ring-error: 0 0 0 3px rgba(239, 68, 68, .25);--shadow-btn-primary: 0 4px 12px rgba(43, 122, 111, .3);--shadow-btn-primary-hover: 0 6px 16px rgba(43, 122, 111, .4);--shadow-btn-danger: 0 4px 12px rgba(220, 38, 38, .3);--shadow-btn-danger-hover: 0 6px 16px rgba(220, 38, 38, .4);--shadow-btn-success: 0 4px 12px rgba(16, 185, 129, .3);--shadow-btn-success-hover: 0 6px 16px rgba(16, 185, 129, .4);--shadow-btn-warning: 0 4px 12px rgba(245, 158, 11, .3);--shadow-btn-warning-hover: 0 6px 16px rgba(245, 158, 11, .4);--shadow-btn-info: 0 4px 12px rgba(167, 139, 250, .3);--shadow-btn-info-hover: 0 6px 16px rgba(167, 139, 250, .4);--error-hover: #FCA5A5;--event-consulta: #5FBFB2;--event-consulta-bg: rgba(95, 191, 178, .15);--event-primeira-consulta: #5EEAD4;--event-primeira-consulta-bg: rgba(94, 234, 212, .2);--event-retorno: #5FBFB2;--event-retorno-bg: rgba(95, 191, 178, .2);--event-procedimento: #A78BFA;--event-procedimento-bg: rgba(167, 139, 250, .2);--event-imunoterapia: #CE93D8;--event-imunoterapia-bg: rgba(206, 147, 216, .2);--event-exame: #FFB74D;--event-exame-bg: rgba(255, 183, 77, .2);--event-avaliacao: #90A4AE;--event-avaliacao-bg: rgba(144, 164, 174, .2);--event-encaixe: #FBBF24;--event-encaixe-bg: rgba(251, 191, 36, .2);--event-bloqueio: #D1D5DB;--event-bloqueio-bg: rgba(209, 213, 219, .2);--event-tarefa: #E8D44D;--event-tarefa-bg: rgba(232, 212, 77, .2);--event-lembrete: #F9A8D4;--event-lembrete-bg: rgba(249, 168, 212, .2);--event-teleconsulta: #34D399;--event-teleconsulta-bg: rgba(52, 211, 153, .2);--calendar-unimed: #A78BFA;--calendar-unimed-bg: rgba(167, 139, 250, .18);--calendar-particular: #5FBFB2;--calendar-particular-bg: rgba(95, 191, 178, .18);--calendar-intercambio: #FBBF24;--calendar-intercambio-bg: rgba(251, 191, 36, .18);--calendar-convenio: #5EEAD4;--calendar-convenio-bg: rgba(94, 234, 212, .18);--calendar-isento: #9CA3AF;--calendar-isento-bg: rgba(156, 163, 175, .18);--calendar-outro: #6B7280;--calendar-outro-bg: rgba(107, 114, 128, .18);--primary: #3A9B8E;--primary-rgb: 58, 155, 142;--primary-foreground: #ffffff;--primary-light: #5FBFB2;--primary-dark: #2B7A6F;--primary-hover: #6DD4C6;--secondary: #DBBE4A;--secondary-foreground: #ffffff;--secondary-light: #E8D44D;--secondary-dark: #C5A832;--secondary-hover: #F0E06A;--success: #34D399;--warning: #FBBF24;--error: #F87171;--info: #A78BFA;--accent-teal: #5FBFB2;--accent-gold: #E8D44D;--accent-pink: #7F1D1D;--accent-blue: #4C1D95;--accent-purple: #4A1D6B;--text-on-sidebar: #48B0A2;--text-on-sidebar-muted: rgba(255, 255, 255, .75);--sidebar-icon-filter: brightness(0) saturate(100%) invert(65%) sepia(50%) saturate(400%) hue-rotate(126deg) brightness(100%) contrast(88%);--sidebar-icon-filter-hover: brightness(0) saturate(100%) invert(80%) sepia(40%) saturate(500%) hue-rotate(126deg) brightness(110%) contrast(90%);--sidebar-icon-filter-active: brightness(0) saturate(100%) invert(80%) sepia(40%) saturate(500%) hue-rotate(126deg) brightness(115%) contrast(92%);--sidebar-border: rgba(58, 155, 142, .25);--sidebar-tooltip-bg: #0A1F1C;--sidebar-tooltip-text: rgba(255, 255, 255, .9);--sidebar-submenu-border: rgba(255, 255, 255, .08);--sidebar-submenu-text: rgba(255, 255, 255, .8);--audit-action-view: #A78BFA;--audit-action-create: #5AF5A0;--audit-action-update: #FC8FBA;--audit-action-delete: #FF7070;--audit-action-login: #A78BFA;--audit-action-logout: #F3ABFD;--audit-action-export: #FFB86C;--audit-action-default: #A78BFA;--allergen-controles: #9ca3af;--allergen-acaros: #a78bfa;--allergen-gramineas: #34d399;--allergen-animais: #fbbf24;--allergen-insetos: #f87171;--allergen-fungos: #5EEAD4;--allergen-latex: #a3e635;--allergen-alimentares: #fb923c;--allergen-polens: #f472b6;--allergen-custom: #d1d5db;--event-patch-test: #FB923C;--event-patch-test-border: #F97316;--event-status-realizado: #34D399;--event-status-faltou: #F87171;--event-status-cancelado: #D1D5DB;--event-whatsapp: #4ADE80;--panel-type-default-bg: rgba(167, 139, 250, .2);--panel-type-default-color: #c4b5fd;--panel-type-custom-bg: rgba(94, 234, 212, .15);--panel-type-custom-color: #67e8f9;--panel-item-control-bg: rgba(232, 212, 77, .12);--panel-item-control-hover-bg: rgba(232, 212, 77, .2);--panel-item-draggable-hover-bg: rgba(167, 139, 250, .1);--panel-add-custom-hover-bg: rgba(167, 139, 250, .1);--surface: var(--bg-card);--surface-secondary: var(--bg-card-hover);--white: var(--bg-card);--background: var(--bg-page);--background-overlay: var(--bg-page);--dark-surface: var(--bg-sidebar);--glass-background: var(--bg-card);--glass-card-bg: var(--bg-card);--glass-card-bg-strong: var(--bg-card);--glass-card-border: 1px solid var(--border);--glass-card-shadow: var(--shadow-card);--glass-border-strong: 1px solid var(--border-dark);--glass-shadow: var(--shadow-sm);--glass-background-dark: var(--bg-sidebar);--glass-card-dark-bg: var(--bg-sidebar);--error-background: var(--error-light);--error-text: #FCA5A5;--error-border: #7F1D1D;--score-mild: #34D399;--score-mild-bg: rgba(52, 211, 153, .15);--score-moderate: #FBBF24;--score-moderate-bg: rgba(251, 191, 36, .15);--score-severe: #FB923C;--score-severe-bg: rgba(251, 146, 60, .15);--score-critical: #F87171;--score-critical-bg: rgba(248, 113, 113, .15);--score-controlled: #34D399;--score-controlled-bg: rgba(52, 211, 153, .15);--score-info: #A78BFA;--score-info-bg: rgba(167, 139, 250, .15);--appt-consulta-bg: rgba(46,125,50,.15);--appt-consulta-color: #81C784;--appt-consulta-border: rgba(46,125,50,.3);--appt-retorno-bg: rgba(124, 58, 237,.15);--appt-retorno-color: #A78BFA;--appt-retorno-border: rgba(124, 58, 237,.3);--appt-procedimento-bg: rgba(230,81,0,.15);--appt-procedimento-color: #FFB74D;--appt-procedimento-border: rgba(230,81,0,.3);--appt-primeira-bg: rgba(123,31,162,.15);--appt-primeira-color: #CE93D8;--appt-primeira-border: rgba(123,31,162,.3);--appt-imunoterapia-bg: rgba(0,105,92,.15);--appt-imunoterapia-color: #80CBC4;--appt-imunoterapia-border: rgba(0,105,92,.3);--appt-exame-bg: rgba(191,54,12,.15);--appt-exame-color: #FFAB91;--appt-exame-border: rgba(191,54,12,.3);--appt-teleconsulta-bg: rgba(69,39,160,.15);--appt-teleconsulta-color: #B39DDB;--appt-teleconsulta-border: rgba(69,39,160,.3);--appt-encaixe-bg: rgba(245,127,23,.15);--appt-encaixe-color: #FFE082;--appt-encaixe-border: rgba(245,127,23,.3);--appt-avaliacao-bg: rgba(40,53,147,.15);--appt-avaliacao-color: #C4B5FD;--appt-avaliacao-border: rgba(40,53,147,.3);--appt-default-bg: rgba(255,255,255,.05);--appt-default-color: #9E9E9E;--appt-default-border: rgba(255,255,255,.1);--chart-primary: #5FBFB2;--chart-primary-light: #7CD4C8;--chart-primary-dark: #3A9B8E;--chart-secondary: #E8D44D;--chart-secondary-light: #F0E06A;--chart-accent-teal: #7CD4C8;--chart-accent-teal-light: #A3E4DB;--chart-accent-gold: #F0E06A;--chart-accent-gold-dark: #D4B838;--chart-hover-teal: #5FE3D3;--chart-hover-gold: #E8D06E;--chart-hover-cyan: #2DD4BF;--chart-text: #e2e8f0;--chart-tooltip-bg: rgba(43, 122, 111, .9);--chart-tooltip-border: #3A9B8E;--chart-grid: rgba(255, 255, 255, .05);--stat-blue: #A78BFA;--stat-orange: #FFB74D;--stat-red: #EF5350}.glass,.glass-subtle,.glass-strong,.glass-card{background:var(--bg-card);border:1px solid var(--border);box-shadow:none;border-radius:var(--radius);transition:var(--transition-theme)}.glass-dark,.glass-dark-medium,.glass-card-dark{background:var(--bg-sidebar);border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow-md);border-radius:var(--radius-lg);color:var(--text-on-sidebar);transition:var(--transition-theme)}.glass-teal{background:var(--bg-highlight);border:1px solid rgba(43,122,111,.2);box-shadow:var(--shadow-sm)}.glass-gold{background:#c5a8320f;border:1px solid rgba(197,168,50,.2);box-shadow:var(--shadow-sm)}.active-timer-badge{position:fixed;bottom:90px;right:var(--space-4);z-index:1000;font-family:var(--font-family)}.active-timer-badge__dot{width:8px;height:8px;border-radius:50%;background:var(--error);display:inline-block;flex-shrink:0;animation:timer-pulse 1.5s ease-in-out infinite}.active-timer-badge__dot--small{width:6px;height:6px}@keyframes timer-pulse{0%,to{opacity:1}50%{opacity:.4}}.active-timer-badge--single{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card-hover);cursor:pointer;transition:all .15s}.active-timer-badge--single:hover{box-shadow:0 4px 20px #00000026;border-color:var(--primary)}.active-timer-badge--multi{display:flex;flex-direction:column;align-items:flex-end}.active-timer-badge__summary{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card-hover);cursor:pointer;font-size:var(--font-size-xs);font-weight:600;color:var(--text-primary);transition:all .15s}.active-timer-badge__summary:hover{border-color:var(--primary)}.active-timer-badge__list{margin-top:var(--space-2);background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card-hover);overflow:hidden;min-width:280px}.active-timer-badge__item{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);cursor:pointer;transition:background .1s;border-bottom:1px solid var(--border)}.active-timer-badge__item:last-child{border-bottom:none}.active-timer-badge__item:hover{background:var(--bg-hover)}.active-timer-badge__patient{font-size:var(--font-size-xs);font-weight:500;color:var(--text-primary);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.active-timer-badge__time{font-size:var(--font-size-xs);font-weight:700;color:var(--error);font-variant-numeric:tabular-nums;flex-shrink:0}.active-timer-badge__count{font-size:var(--font-size-xs);font-weight:600;color:var(--text-primary)}.active-timer-badge__stop{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:var(--text-tertiary);cursor:pointer;border-radius:var(--radius-sm);flex-shrink:0;transition:all .15s;padding:0}.active-timer-badge__stop:hover{background:var(--error);color:#fff}@media (max-width: 640px){.active-timer-badge{bottom:80px;right:var(--space-2)}.active-timer-badge__patient{max-width:100px;font-size:var(--font-size-2xs)}.active-timer-badge__time{font-size:var(--font-size-2xs)}}:root{--ds-font-sans: "Inter", system-ui, -apple-system, sans-serif;--ds-font-serif: "Fraunces", Georgia, serif;--ds-font-mono: "JetBrains Mono", "Fira Code", monospace;--ds-space-0: 0;--ds-space-1: .25rem;--ds-space-2: .5rem;--ds-space-3: .75rem;--ds-space-4: 1rem;--ds-space-5: 1.25rem;--ds-space-6: 1.5rem;--ds-space-8: 2rem;--ds-space-10: 2.5rem;--ds-space-12: 3rem;--ds-space-16: 4rem;--ds-space-20: 5rem;--ds-radius-sm: 4px;--ds-radius-md: 6px;--ds-radius-lg: 8px;--ds-radius-xl: 12px;--ds-radius-2xl: 18px;--ds-radius-full: 999px;--ds-shadow-xs: 0 1px 2px rgba(0, 0, 0, .05);--ds-shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--ds-shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--ds-shadow-lg: 0 12px 32px rgba(0, 0, 0, .12);--ds-shadow-xl: 0 24px 48px rgba(0, 0, 0, .18);--ds-shadow-focus: 0 0 0 3px var(--color-brand-soft);--shell-topbar-h: 56px;--shell-nav-w: 220px;--shell-statusbar-h: 64px;--shell-content-max: 1480px;--mobile-tab-h: 72px;--mobile-safe-top: 44px;--mobile-content-pad: 18px;--touch-min: 44px;--touch-comfort: 48px;--z-base: 0;--z-sticky: 10;--z-modal: 100;--z-toast: 200;--z-tooltip: 300}:root,[data-theme=light]{--color-brand: #357873;--color-brand-strong: #2a615d;--color-brand-soft: rgba(53, 120, 115, .12);--color-on-brand: #ffffff;--color-accent: #e3bb38;--color-accent-strong: #c9a52e;--color-accent-soft: rgba(227, 187, 56, .16);--color-on-accent: #1a1208;--color-bg: #f2ecdb;--color-surface: #f9f3e3;--color-surface-strong: #efe7d0;--color-surface-sunken: #e8ddc2;--color-overlay: rgba(26, 38, 32, .45);--color-text: #1a2620;--color-text-muted: #4a5b54;--color-text-dim: #6a7a72;--color-text-faint: #98a59c;--color-text-inverted: #ffffff;--color-border: #ddd1ae;--color-border-strong: #cdbf94;--color-border-faint: #e8dec3;--color-divider: #ddd1ae;--color-success: #2f8f6f;--color-success-soft: rgba(47, 143, 111, .14);--color-success-strong: #246b53;--color-warn: #d28d2c;--color-warn-soft: rgba(210, 141, 44, .14);--color-warn-strong: #805017;--color-alert: #c0392b;--color-alert-soft: rgba(192, 57, 43, .14);--color-alert-strong: #952a20;--color-info: #3a7a9c;--color-info-soft: rgba(58, 122, 156, .14);--color-info-strong: #285c79;--color-tag: #ebe6d4;--color-tag-strong: #ddd5be;--color-focus: rgba(53, 120, 115, .45)}[data-theme=dark]{--color-brand: #3a7068;--color-brand-strong: #62a59f;--color-brand-soft: rgba(74, 142, 136, .18);--color-on-brand: #ffffff;--color-accent: #e3bb38;--color-accent-strong: #f0cc52;--color-accent-soft: rgba(227, 187, 56, .18);--color-on-accent: #1a1208;--color-bg: #081f1c;--color-surface: #0c2722;--color-surface-strong: #143832;--color-surface-sunken: #06231f;--color-overlay: rgba(0, 0, 0, .55);--color-text: #e6e8eb;--color-text-muted: #aab4be;--color-text-dim: #7d9a92;--color-text-faint: #4d6b65;--color-text-inverted: #1a2620;--color-border: #1a3d36;--color-border-strong: #2a5650;--color-border-faint: #11302b;--color-divider: #143832;--color-success: #5fc99a;--color-success-soft: rgba(95, 201, 154, .16);--color-success-strong: #7adfb1;--color-warn: #e7b25a;--color-warn-soft: rgba(231, 178, 90, .16);--color-warn-strong: #f0c47a;--color-alert: #e76f51;--color-alert-soft: rgba(231, 111, 81, .16);--color-alert-strong: #f48b6f;--color-info: #7ab8a8;--color-info-soft: rgba(122, 184, 168, .16);--color-info-strong: #9ccfc1;--color-tag: #143832;--color-tag-strong: #1f4640;--color-focus: rgba(74, 142, 136, .55)}:root,[data-theme]{--pill-ativo-bg: var(--color-info-soft);--pill-ativo-fg: var(--color-info);--pill-novo-bg: var(--color-success-soft);--pill-novo-fg: var(--color-success-strong);--pill-critico-bg: var(--color-alert-soft);--pill-critico-fg: var(--color-alert);--pill-aguarda-bg: var(--color-warn-soft);--pill-aguarda-fg: var(--color-warn-strong);--pill-inativo-bg: var(--color-tag);--pill-inativo-fg: var(--color-text-faint)}:root,[data-theme]{--accent: var(--color-accent);--accent-soft: var(--color-accent-soft);--accent-strong: var(--color-accent-strong)}:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:var(--ds-shadow-focus);border-radius:var(--ds-radius-sm, 6px);transition:box-shadow .12s ease-out}input:focus-visible,textarea:focus-visible,select:focus-visible{border-color:var(--color-accent);box-shadow:var(--ds-shadow-focus)}button:focus-visible,[role=button]:focus-visible,a:focus-visible{border-radius:inherit}:root{--font-serif: "Fraunces", Georgia, "Times New Roman", serif;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--font-size-2xs: 10px;--font-size-xs: 11px;--font-size-sm: 12px;--font-size-md: 13px;--font-size-base: 14px;--font-size-lg: 16px;--font-size-xl: 18px;--font-size-2xl: 22px;--font-size-3xl: 26px;--font-size-4xl: 32px;--font-size-display: 44px;--font-size-mobile-body: 15px;--font-size-mobile-large: 17px;--font-size-mobile-h2: 22px;--font-size-mobile-hero: 28px;--line-tight: 1.15;--line-snug: 1.3;--line-normal: 1.5;--line-relaxed: 1.65;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--tracking-tight: -.02em;--tracking-normal: 0;--tracking-wide: .02em;--tracking-mono: .04em;--tracking-kicker: .14em;--font-features-sans: "ss01", "cv11";--font-features-mono: "ss02"}.t-display{font-family:var(--font-serif);font-size:var(--font-size-display);font-weight:var(--weight-medium);line-height:var(--line-tight);letter-spacing:var(--tracking-tight)}.t-h1{font-family:var(--font-serif);font-size:var(--font-size-4xl);font-weight:var(--weight-medium);line-height:var(--line-tight);letter-spacing:var(--tracking-tight)}.t-h2{font-family:var(--font-serif);font-size:var(--font-size-3xl);font-weight:var(--weight-regular);line-height:var(--line-snug);letter-spacing:var(--tracking-tight)}.t-h3{font-family:var(--font-serif);font-size:var(--font-size-2xl);font-weight:var(--weight-medium);line-height:var(--line-snug);letter-spacing:-.01em}.t-h4{font-family:var(--font-sans);font-size:var(--font-size-lg);font-weight:var(--weight-medium);line-height:var(--line-snug)}.t-body{font-family:var(--font-sans);font-size:var(--font-size-base);font-weight:var(--weight-regular);line-height:var(--line-normal)}.t-body-sm{font-family:var(--font-sans);font-size:var(--font-size-sm);line-height:var(--line-normal)}.t-prose{font-family:var(--font-sans);font-size:var(--font-size-base);line-height:var(--line-relaxed);text-wrap:pretty}.t-label{font-family:var(--font-sans);font-size:var(--font-size-xs);font-weight:var(--weight-medium);letter-spacing:var(--tracking-wide)}.t-kicker{font-family:var(--font-mono);font-size:var(--font-size-2xs);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-kicker);text-transform:uppercase;color:var(--color-brand)}.t-mono{font-family:var(--font-mono);font-feature-settings:var(--font-features-mono)}.t-num{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.t-mobile-hero{font-family:var(--font-serif);font-size:var(--font-size-mobile-hero);font-weight:var(--weight-medium);line-height:var(--line-tight);letter-spacing:var(--tracking-tight)}.t-mobile-h2{font-family:var(--font-serif);font-size:var(--font-size-mobile-h2);font-weight:var(--weight-medium);line-height:var(--line-snug)}.t-mobile-body{font-family:var(--font-sans);font-size:var(--font-size-mobile-body);line-height:var(--line-normal)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
